Html Css Color HEX #8802C9 Dark Violet

📋 copy color: '#8802C9'

red 136 ◦ green 2 ◦ blue 201

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

Shades of Dark Violet #8802C9

Tints of Dark Violet #8802C9

RGB

 RED value IS 136 (53.52% from 255) = 40.12%

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 201 (78.91% from 255) = 59.29%

R = 40.12%
G = 0.59%
B = 59.29%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8802C9 (or 0x8802C9) is known color: Dark Violet. HEX triplet: 88, 02 and C9. RGB value is (136,2,201). Sum of RGB (Red+Green+Blue) = 136+2+201=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 201 (78.91% from 255 or 59.29% from 339); Max value from RGB is 201 - color contains mainly: blue. Hex color #8802C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802C9 is #77FD36. Grayscale: #404040. Windows color (decimal): -7863607 or 13173384. OLE color: 13173384.

HSL color Cylindrical-coordinate representation of color #8802C9: hue angle of 280.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802C9 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 2 201 -
CMYK 0.32 0.99 0 0.21
HSL 280.4º 0.98% 0.4% -
HSV(B) 280.4º 0.99% 0.79% -
XYZ 20.72 9.49 56 -
YUV 64.75 204.89 178.82 -
System Red Green Blue C M Y K H S L
Decimal 136 2 201 0.32 0.99 0 0.21 280.4 0.98 0.4
Hex 88 2 C9 20 63 0 15 118 62 28
Octal 210 2 311 40 143 0 25 430 142 50
Binary 10001000 10 11001001 100000 1100011 0 10101 100011000 1100010 101000

Color Harmonies of #8802C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8802C9

Black with #8802C9

Text Example


Text Example

White with #8802C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8802C9; }

 p { color: rgb(136,2,201); }

 H1.HeaderClassName
 {
   color: #8802C9;
 }
 .AnyTagClassName
 {
   color: #8802C9;
 }
</style>

background-color css

<style>
 a { background-color: #8802C9; }

 a { background-color: rgb(136,2,201); }

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

border-color css

<style>
 span { border-color: #8802C9; }

 span { border-color: rgb(136,2,201); }

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