#8608CD

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

Shades of Dark Violet #8608CD

Tints of Dark Violet #8608CD

Color information

#8608CD (or 0x8608CD) is unknown color: approx Dark Violet. HEX triplet: 86, 08 and CD. RGB value is (134,8,205). Sum of RGB (Red+Green+Blue) = 134+8+205=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #8608CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8608CD is #79F732. Grayscale: #434343. Windows color (decimal): -7993139 or 13437062. OLE color: 13437062.

HSL color Cylindrical-coordinate representation of color #8608CD: hue angle of 278.38º 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 #8608CD is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1348205-
CMYK0.350.9600.20
HSL278.38º92.49%41.76%-
HSV(B)278.38º96.1%80.39%-
XYZ20.949.6558.52-
YUV68.13205.24174.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 205 (80.47% from 255) = 59.08%
R=38.62%
G=2.31%
B=59.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13482050.350.9600.20278.3892.4941.76
Hex868CD23600141165c2a
Octal206103154314002442613452
Binary1000011010001100110110001111000000101001000101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8608CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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