Html Css Color HEX #8119CC Blue Violet

📋 copy color: '#8119CC'

red 129 ◦ green 25 ◦ blue 204

#8119CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8119CC

Tints of Blue Violet #8119CC

RGB

 RED value IS 129 (50.78% from 255) = 36.03%

 GREEN value IS 25 (10.16% from 255) = 6.98%

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 36.03%
G = 6.98%
B = 56.98%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8119CC (or 0x8119CC) is known color: Blue Violet. HEX triplet: 81, 19 and CC. RGB value is (129,25,204). Sum of RGB (Red+Green+Blue) = 129+25+204=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #8119CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119CC is #7EE633. Grayscale: #4B4B4B. Windows color (decimal): -8316468 or 13375873. OLE color: 13375873.

HSL color Cylindrical-coordinate representation of color #8119CC: hue angle of 274.86º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8119CC is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 25 204 -
CMYK 0.37 0.88 0 0.2
HSL 274.86º 0.78% 0.45% -
HSV(B) 274.86º 0.88% 0.8% -
XYZ 20.3 9.72 57.93 -
YUV 76.5 199.96 165.45 -
System Red Green Blue C M Y K H S L
Decimal 129 25 204 0.37 0.88 0 0.2 274.86 0.78 0.45
Hex 81 19 CC 25 58 0 14 113 4E 2D
Octal 201 31 314 45 130 0 24 423 116 55
Binary 10000001 11001 11001100 100101 1011000 0 10100 100010011 1001110 101101

Color Harmonies of #8119CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8119CC

Black with #8119CC

Text Example


Text Example

White with #8119CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8119CC; }

 p { color: rgb(129,25,204); }

 H1.HeaderClassName
 {
   color: #8119CC;
 }
 .AnyTagClassName
 {
   color: #8119CC;
 }
</style>

background-color css

<style>
 a { background-color: #8119CC; }

 a { background-color: rgb(129,25,204); }

 div.DivClassName
 {
   background-color: #8119CC;
 }
 .BgClassName
 {
   background-color: #8119CC;
 }
</style>

border-color css

<style>
 span { border-color: #8119CC; }

 span { border-color: rgb(129,25,204); }

 td.TdClassName
 {
   border-color: #8119CC;
 }
 .TagClassName
 {
   border-color: #8119CC;
 }
</style>