COLOR #8125CB

HEX: #8125CB
RGB: (129,37,203)

Color info

#8125CB contains mainly blue color. Web safe color of #8125CB is #9933CC (or #93C).

RGB color model

#8125CB color RGB value is (129,37,203).

  • red value is 129;
  • green value is 37;
  • blue value is 203.
RGB:
(129,37,203)
(51%,15%,80%)

RGB channels and saturation

R 129 of 255 = 51%
G 37 of 255 = 15%
B 203 of 255 = 80%

129
37
203

R + G + B ~ 49%. #8125CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 37 + 203 = 369 (100%)
R 129 of 369 ~ 34.96%
G 37 of 369 ~ 10.03%
B 203 of 369 ~ 55.01%

%34.96
%10.03
%55.01

CMYK color model

#8125CB color CMYK value is (36,82,0,20).

  • cyan value is 36.45%
  • magenta value is 81.77%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(36,82,0,20)
C36M82Y0K20 
(36%,82%,0%,20%)
(0.36/0.82/0.00/0.20)	

CMYK percentages

%36.45
%81.77
%0
%20.39

Codes

Color #8125CB in popluar color models

8125CB
RGB12937203
HSL273°69.17%47.06%
HSB/HSV273°81.77%79.61%
CMYK36.45%81.77%0.00%
20.39%

Color #8125CB in popluar number systems.

HEX8125CB
Decimal12937203
Binary1000000110010111001011
Octal20145313

Shades and tints

Shades of #8125CB

#8125CB
(129,37,203)
#7622B9
(118,34,185)
#6B1FA7
(107,31,167)
#601C95
(96,28,149)
#551983
(85,25,131)
#4A1671
(74,22,113)
#3F135F
(63,19,95)
#34104D
(52,16,77)
#290D3B
(41,13,59)
#1E0A29
(30,10,41)
#130717
(19,7,23)
#000000
(0,0,0)

Tints of #8125CB

#8125CB
(129,37,203)
#8C38CF
(140,56,207)
#974BD3
(151,75,211)
#A25ED7
(162,94,215)
#AD71DB
(173,113,219)
#B884DF
(184,132,223)
#C397E3
(195,151,227)
#CEAAE7
(206,170,231)
#D9BDEB
(217,189,235)
#E4D0EF
(228,208,239)
#EFE3F3
(239,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8125CB color. Also use rgb(129,37,203) instead hex code.

Text Font Color

.myTextColor { color: #8125CB; }

<p style="color:#8125CB">This sample text font color is #8125CB.</p>

This text font color is #8125CB.


Background Color

.myBgColor { background-color: #8125CB; }

<div style="background-color:#8125CB">Inner text</div>

This div background color is #8125CB.


Border color

.myBorderColor { border: 1px solid #8125CB; }

<div style="border:3px solid #8125CB">Div</div>

This div border color is #8125CB.


Opacity

.myOpacity80 { color: #8125CB; opacity: 0.8; }

<p style="color:#8125CB;opacity:0.8;">80%</p>

Text with #8125CB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8125CB;}

<p style="text-shadow: 3px 3px 1px #8125CB">Text here.</p>

This text has shadow with #8125CB color.

.textShadow {text-shadow: 3px 3px 1px #8125CB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8125CB, 5px 5px 20px red">Text here.</p>

This text has shadow with #8125CB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8125CB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8125CB, Direction=45, Strength=4)">Text</p>

This text has shadow with #8125CB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8125CB;
  -webkit-box-shadow:	1px 1px 3px 2px #8125CB;
  box-shadow:		1px 1px 3px 2px #8125CB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8125CB;
-webkit-box-shadow: 1px 1px 3px 2px #8125CB;
box-shadow:1px 1px 3px 2px #8125CB;">
Div content here</div>
This div box has shadow with color #8125CB.

Preview

Color preview on black background

This text has color #8125CB on black background.


Color preview on white background

This text has color #8125CB on white background.



Black color preview on #8125CB background

This text has black color on #8125CB background.


White color preview on #8125CB background

This text has white color on #8125CB background.