#8702C4

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

Shades of Dark Violet #8702C4

Tints of Dark Violet #8702C4

Color information

#8702C4 (or 0x8702C4) is unknown color: approx Dark Violet. HEX triplet: 87, 02 and C4. RGB value is (135,2,196). Sum of RGB (Red+Green+Blue) = 135+2+196=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 196 (76.95% from 255 or 58.86% from 333); Max value from RGB is 196 - color contains mainly: blue. Hex color #8702C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8702C4 is #78FD3B. Grayscale: #3F3F3F. Windows color (decimal): -7929148 or 12845703. OLE color: 12845703.

HSL color Cylindrical-coordinate representation of color #8702C4: hue angle of 281.13º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702C4 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1352196-
CMYK0.310.9900.23
HSL281.13º97.98%38.82%-
HSV(B)281.13º98.98%76.86%-
XYZ19.989.1852.94-
YUV63.88202.56178.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 196 (76.95% from 255) = 58.86%
R=40.54%
G=0.60%
B=58.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13521960.310.9900.23281.1397.9838.82
Hex872C41F630171196227
Octal20723043714302743114247
Binary1000011110110001001111111000110101111000110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8702C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8702C4; }

 p { color: rgb(135,2,196); }

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

<style>
 a { background-color: #8702C4; }

 a { background-color: rgb(135,2,196); }

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

<style>
 span { border-color: #8702C4; }

 span { border-color: rgb(135,2,196); }

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