Html Css Color HEX #8802DB Dark Violet

📋 copy color: '#8802DB'

red 136 ◦ green 2 ◦ blue 219

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

Shades of Dark Violet #8802DB

Tints of Dark Violet #8802DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 38.1%
G = 0.56%
B = 61.34%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8802DB (or 0x8802DB) is known color: Dark Violet. HEX triplet: 88, 02 and DB. RGB value is (136,2,219). Sum of RGB (Red+Green+Blue) = 136+2+219=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #8802DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802DB is #77FD24. Grayscale: #424242. Windows color (decimal): -7863589 or 14353032. OLE color: 14353032.

HSL color Cylindrical-coordinate representation of color #8802DB: hue angle of 277.05º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802DB is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 2 219 -
CMYK 0.38 0.99 0 0.14
HSL 277.05º 0.98% 0.43% -
HSV(B) 277.05º 0.99% 0.86% -
XYZ 22.96 10.39 67.81 -
YUV 66.8 213.89 177.36 -
System Red Green Blue C M Y K H S L
Decimal 136 2 219 0.38 0.99 0 0.14 277.05 0.98 0.43
Hex 88 2 DB 26 63 0 E 115 62 2B
Octal 210 2 333 46 143 0 16 425 142 53
Binary 10001000 10 11011011 100110 1100011 0 1110 100010101 1100010 101011

Color Harmonies of #8802DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8802DB

Black with #8802DB

Text Example


Text Example

White with #8802DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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