Html Css Color HEX #8808DB Dark Violet

📋 copy color: '#8808DB'

red 136 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #8808DB

Tints of Dark Violet #8808DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

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

R = 37.47%
G = 2.2%
B = 60.33%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8808DB (or 0x8808DB) is known color: Dark Violet. HEX triplet: 88, 08 and DB. RGB value is (136,8,219). Sum of RGB (Red+Green+Blue) = 136+8+219=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #8808DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8808DB is #77F724. Grayscale: #454545. Windows color (decimal): -7862053 or 14354568. OLE color: 14354568.

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

Color convert

RGB 136 8 219 -
CMYK 0.38 0.96 0 0.14
HSL 276.4º 0.93% 0.45% -
HSV(B) 276.4º 0.96% 0.86% -
XYZ 23.03 10.52 67.84 -
YUV 70.33 211.91 174.84 -
System Red Green Blue C M Y K H S L
Decimal 136 8 219 0.38 0.96 0 0.14 276.4 0.93 0.45
Hex 88 8 DB 26 60 0 E 114 5D 2D
Octal 210 10 333 46 140 0 16 424 135 55
Binary 10001000 1000 11011011 100110 1100000 0 1110 100010100 1011101 101101

Color Harmonies of #8808DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8808DB

Black with #8808DB

Text Example


Text Example

White with #8808DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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