Html Css Color HEX #8812DB Dark Violet

📋 copy color: '#8812DB'

red 136 ◦ green 18 ◦ blue 219

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

Shades of Dark Violet #8812DB

Tints of Dark Violet #8812DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.83%

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

R = 36.46%
G = 4.83%
B = 58.71%

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

#8812DB (or 0x8812DB) is known color: Dark Violet. HEX triplet: 88, 12 and DB. RGB value is (136,18,219). Sum of RGB (Red+Green+Blue) = 136+18+219=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #8812DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8812DB is #77ED24. Grayscale: #4B4B4B. Windows color (decimal): -7859493 or 14357128. OLE color: 14357128.

HSL color Cylindrical-coordinate representation of color #8812DB: hue angle of 275.22º degrees, saturation: 0.85, 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 #8812DB is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 18 219 -
CMYK 0.38 0.92 0 0.14
HSL 275.22º 0.85% 0.46% -
HSV(B) 275.22º 0.92% 0.86% -
XYZ 23.16 10.78 67.88 -
YUV 76.2 208.59 170.66 -
System Red Green Blue C M Y K H S L
Decimal 136 18 219 0.38 0.92 0 0.14 275.22 0.85 0.46
Hex 88 12 DB 26 5C 0 E 113 55 2E
Octal 210 22 333 46 134 0 16 423 125 56
Binary 10001000 10010 11011011 100110 1011100 0 1110 100010011 1010101 101110

Color Harmonies of #8812DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8812DB

Black with #8812DB

Text Example


Text Example

White with #8812DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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