#8811BA

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

Shades of Dark Violet #8811BA

Tints of Dark Violet #8811BA

Color information

#8811BA (or 0x8811BA) is unknown color: approx Dark Violet. HEX triplet: 88, 11 and BA. RGB value is (136,17,186). Sum of RGB (Red+Green+Blue) = 136+17+186=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8811BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811BA is #77EE45. Grayscale: #474747. Windows color (decimal): -7859782 or 12194184. OLE color: 12194184.

HSL color Cylindrical-coordinate representation of color #8811BA: hue angle of 282.25º 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 #8811BA is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13617186-
CMYK0.270.9100.27
HSL282.25º83.25%39.8%-
HSV(B)282.25º90.86%72.94%-
XYZ19.229.1847.21-
YUV71.85192.42173.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=40.12%
G=5.01%
B=54.87%

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
Decimal136171860.270.9100.27282.2583.2539.8
Hex8811BA1B5B01B11a5328
Octal210212723313303343212350
Binary1000100010001101110101101110110110110111000110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8811BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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