#8710CC

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

Shades of Dark Violet #8710CC

Tints of Dark Violet #8710CC

Color information

#8710CC (or 0x8710CC) is unknown color: approx Dark Violet. HEX triplet: 87, 10 and CC. RGB value is (135,16,204). Sum of RGB (Red+Green+Blue) = 135+16+204=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #8710CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710CC is #78EF33. Grayscale: #484848. Windows color (decimal): -7925556 or 13373575. OLE color: 13373575.

HSL color Cylindrical-coordinate representation of color #8710CC: hue angle of 277.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8710CC is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13516204-
CMYK0.340.9200.2
HSL277.98º85.45%43.14%-
HSV(B)277.98º92.16%80%-
XYZ21.089.8857.92-
YUV73.01201.92172.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 16 (6.64% from 255) = 4.51%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=38.03%
G=4.51%
B=57.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal135162040.340.9200.2277.9885.4543.14
Hex8710CC225C014116552b
Octal207203144213402442612553
Binary10000111100001100110010001010111000101001000101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8710CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8710CC; }

 p { color: rgb(135,16,204); }

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

<style>
 a { background-color: #8710CC; }

 a { background-color: rgb(135,16,204); }

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

<style>
 span { border-color: #8710CC; }

 span { border-color: rgb(135,16,204); }

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