#8702BA

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

Shades of Dark Violet #8702BA

Tints of Dark Violet #8702BA

Color information

#8702BA (or 0x8702BA) is unknown color: approx Dark Violet. HEX triplet: 87, 02 and BA. RGB value is (135,2,186). Sum of RGB (Red+Green+Blue) = 135+2+186=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #8702BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8702BA is #78FD45. Grayscale: #3E3E3E. Windows color (decimal): -7929158 or 12190343. OLE color: 12190343.

HSL color Cylindrical-coordinate representation of color #8702BA: hue angle of 283.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702BA is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1352186-
CMYK0.270.9900.27
HSL283.37º97.87%36.86%-
HSV(B)283.37º98.92%72.94%-
XYZ18.888.7447.15-
YUV62.74197.56179.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=41.80%
G=0.62%
B=57.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13521860.270.9900.27283.3797.8736.86
Hex872BA1B6301B11b6225
Octal20722723314303343314245
Binary1000011110101110101101111000110110111000110111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8702BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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