#8806CB

Color #8806CB Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8806CB

Tints of Dark Violet #8806CB

Color information

#8806CB (or 0x8806CB) is unknown color: approx Dark Violet. HEX triplet: 88, 06 and CB. RGB value is (136,6,203). Sum of RGB (Red+Green+Blue) = 136+6+203=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #8806CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8806CB is #77F934. Grayscale: #424242. Windows color (decimal): -7862581 or 13305480. OLE color: 13305480.

HSL color Cylindrical-coordinate representation of color #8806CB: hue angle of 279.59º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8806CB is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1366203-
CMYK0.330.9700.20
HSL279.59º94.26%40.98%-
HSV(B)279.59º97.04%79.61%-
XYZ219.6857.26-
YUV67.33204.57176.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 6 (2.73% from 255) = 1.74%
BLUE value IS 203 (79.69% from 255) = 58.84%
R=39.42%
G=1.74%
B=58.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13662030.330.9700.20279.5994.2640.98
Hex886CB21610141185e29
Octal21063134114102443013651
Binary100010001101100101110000111000010101001000110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8806CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8806CB;
 }
 .AnyTagClassName
 {
   color: #8806CB;
 }
</style>
background-color css

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

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

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

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

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

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