Html Css Color HEX #8806DB Dark Violet

📋 copy color: '#8806DB'

red 136 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #8806DB

Tints of Dark Violet #8806DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

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

R = 37.67%
G = 1.66%
B = 60.66%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8806DB (or 0x8806DB) is known color: Dark Violet. HEX triplet: 88, 06 and DB. RGB value is (136,6,219). Sum of RGB (Red+Green+Blue) = 136+6+219=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #8806DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8806DB is #77F924. Grayscale: #444444. Windows color (decimal): -7862565 or 14354056. OLE color: 14354056.

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

Color convert

RGB 136 6 219 -
CMYK 0.38 0.97 0 0.14
HSL 276.62º 0.95% 0.44% -
HSV(B) 276.62º 0.97% 0.86% -
XYZ 23 10.48 67.83 -
YUV 69.15 212.57 175.68 -
System Red Green Blue C M Y K H S L
Decimal 136 6 219 0.38 0.97 0 0.14 276.62 0.95 0.44
Hex 88 6 DB 26 61 0 E 115 5F 2C
Octal 210 6 333 46 141 0 16 425 137 54
Binary 10001000 110 11011011 100110 1100001 0 1110 100010101 1011111 101100

Color Harmonies of #8806DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8806DB

Black with #8806DB

Text Example


Text Example

White with #8806DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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