#8702C1

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

Shades of Dark Violet #8702C1

Tints of Dark Violet #8702C1

Color information

#8702C1 (or 0x8702C1) is unknown color: approx Dark Violet. HEX triplet: 87, 02 and C1. RGB value is (135,2,193). Sum of RGB (Red+Green+Blue) = 135+2+193=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #8702C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8702C1 is #78FD3E. Grayscale: #3E3E3E. Windows color (decimal): -7929151 or 12649095. OLE color: 12649095.

HSL color Cylindrical-coordinate representation of color #8702C1: hue angle of 281.78º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702C1 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1352193-
CMYK0.300.9900.24
HSL281.78º97.95%38.24%-
HSV(B)281.78º98.96%75.69%-
XYZ19.649.0451.16-
YUV63.54201.06178.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 193 (75.78% from 255) = 58.48%
R=40.91%
G=0.61%
B=58.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13521930.300.9900.24281.7897.9538.24
Hex872C11E6301811a6226
Octal20723013614303043214246
Binary1000011110110000011111011000110110001000110101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8702C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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