#8708CD

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

Shades of Dark Violet #8708CD

Tints of Dark Violet #8708CD

Color information

#8708CD (or 0x8708CD) is unknown color: approx Dark Violet. HEX triplet: 87, 08 and CD. RGB value is (135,8,205). Sum of RGB (Red+Green+Blue) = 135+8+205=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #8708CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8708CD is #78F732. Grayscale: #434343. Windows color (decimal): -7927603 or 13437063. OLE color: 13437063.

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

Color convert

RGB1358205-
CMYK0.340.9600.20
HSL278.68º92.49%41.76%-
HSV(B)278.68º96.1%80.39%-
XYZ21.19.7358.52-
YUV68.43205.08175.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 8 (3.52% from 255) = 2.30%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=38.79%
G=2.30%
B=58.91%

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
Decimal13582050.340.9600.20278.6892.4941.76
Hex878CD22600141175c2a
Octal207103154214002442713452
Binary1000011110001100110110001011000000101001000101111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8708CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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