#8808CD

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

Shades of Dark Violet #8808CD

Tints of Dark Violet #8808CD

Color information

#8808CD (or 0x8808CD) is unknown color: approx Dark Violet. HEX triplet: 88, 08 and CD. RGB value is (136,8,205). Sum of RGB (Red+Green+Blue) = 136+8+205=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #8808CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8808CD is #77F732. Grayscale: #444444. Windows color (decimal): -7862067 or 13437064. OLE color: 13437064.

HSL color Cylindrical-coordinate representation of color #8808CD: hue angle of 278.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8808CD is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1368205-
CMYK0.340.9600.20
HSL278.98º92.49%41.76%-
HSV(B)278.98º96.1%80.39%-
XYZ21.269.8258.53-
YUV68.73204.91175.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 205 (80.47% from 255) = 58.74%
R=38.97%
G=2.29%
B=58.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13682050.340.9600.20278.9892.4941.76
Hex888CD22600141175c2a
Octal210103154214002442713452
Binary1000100010001100110110001011000000101001000101111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8808CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8808CD; }

 p { color: rgb(136,8,205); }

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

<style>
 a { background-color: #8808CD; }

 a { background-color: rgb(136,8,205); }

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

<style>
 span { border-color: #8808CD; }

 span { border-color: rgb(136,8,205); }

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