#8805CE

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

Shades of Dark Violet #8805CE

Tints of Dark Violet #8805CE

Color information

#8805CE (or 0x8805CE) is unknown color: approx Dark Violet. HEX triplet: 88, 05 and CE. RGB value is (136,5,206). Sum of RGB (Red+Green+Blue) = 136+5+206=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #8805CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8805CE is #77FA31. Grayscale: #424242. Windows color (decimal): -7862834 or 13501832. OLE color: 13501832.

HSL color Cylindrical-coordinate representation of color #8805CE: hue angle of 279.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8805CE is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1365206-
CMYK0.340.9800.19
HSL279.1º95.26%41.37%-
HSV(B)279.1º97.57%80.78%-
XYZ21.359.859.16-
YUV67.08206.4177.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 5 (2.34% from 255) = 1.44%
BLUE value IS 206 (80.86% from 255) = 59.37%
R=39.19%
G=1.44%
B=59.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13652060.340.9800.19279.195.2641.37
Hex885CE22620131175f29
Octal21053164214202342713751
Binary100010001011100111010001011000100100111000101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8805CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8805CE; }

 p { color: rgb(136,5,206); }

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

<style>
 a { background-color: #8805CE; }

 a { background-color: rgb(136,5,206); }

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

<style>
 span { border-color: #8805CE; }

 span { border-color: rgb(136,5,206); }

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