Html Css Color HEX #8811DB Dark Violet

📋 copy color: '#8811DB'

red 136 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #8811DB

Tints of Dark Violet #8811DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.57%

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

R = 36.56%
G = 4.57%
B = 58.87%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8811DB (or 0x8811DB) is known color: Dark Violet. HEX triplet: 88, 11 and DB. RGB value is (136,17,219). Sum of RGB (Red+Green+Blue) = 136+17+219=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #8811DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811DB is #77EE24. Grayscale: #4A4A4A. Windows color (decimal): -7859749 or 14356872. OLE color: 14356872.

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

Color convert

RGB 136 17 219 -
CMYK 0.38 0.92 0 0.14
HSL 275.35º 0.86% 0.46% -
HSV(B) 275.35º 0.92% 0.86% -
XYZ 23.14 10.75 67.87 -
YUV 75.61 208.92 171.07 -
System Red Green Blue C M Y K H S L
Decimal 136 17 219 0.38 0.92 0 0.14 275.35 0.86 0.46
Hex 88 11 DB 26 5C 0 E 113 56 2E
Octal 210 21 333 46 134 0 16 423 126 56
Binary 10001000 10001 11011011 100110 1011100 0 1110 100010011 1010110 101110

Color Harmonies of #8811DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8811DB

Black with #8811DB

Text Example


Text Example

White with #8811DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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