#8711BA

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

Shades of Dark Violet #8711BA

Tints of Dark Violet #8711BA

Color information

#8711BA (or 0x8711BA) is unknown color: approx Dark Violet. HEX triplet: 87, 11 and BA. RGB value is (135,17,186). Sum of RGB (Red+Green+Blue) = 135+17+186=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #8711BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8711BA is #78EE45. Grayscale: #464646. Windows color (decimal): -7925318 or 12194183. OLE color: 12194183.

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

Color convert

RGB13517186-
CMYK0.270.9100.27
HSL281.89º83.25%39.8%-
HSV(B)281.89º90.86%72.94%-
XYZ19.069.147.21-
YUV71.55192.59173.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 17 (7.03% from 255) = 5.03%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=39.94%
G=5.03%
B=55.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135171860.270.9100.27281.8983.2539.8
Hex8711BA1B5B01B11a5328
Octal207212723313303343212350
Binary1000011110001101110101101110110110110111000110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8711BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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