#8805cc

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

Shades of Dark Violet #8805CC

Tints of Dark Violet #8805CC

Color information

#8805CC (or 0x8805CC) is unknown color: approx Dark Violet. HEX triplet: 88, 05 and CC. RGB value is (136,5,204). Sum of RGB (Red+Green+Blue) = 136+5+204=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #8805CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8805CC is #77FA33. Grayscale: #424242. Windows color (decimal): -7862836 or 13370760. OLE color: 13370760.

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

Color convert

RGB1365204-
CMYK0.330.9800.2
HSL279.5º95.22%40.98%-
HSV(B)279.5º97.55%80%-
XYZ21.119.757.89-
YUV66.86205.4177.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=39.42%
G=1.45%
B=59.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13652040.330.9800.2279.595.2240.98
Hex885CC21620141175f29
Octal21053144114202442713751
Binary100010001011100110010000111000100101001000101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8805cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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