#8A11BA

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

Shades of Dark Violet #8A11BA

Tints of Dark Violet #8A11BA

Color information

#8A11BA (or 0x8A11BA) is unknown color: approx Dark Violet. HEX triplet: 8A, 11 and BA. RGB value is (138,17,186). Sum of RGB (Red+Green+Blue) = 138+17+186=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A11BA is #75EE45. Grayscale: #474747. Windows color (decimal): -7728710 or 12194186. OLE color: 12194186.

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

Color convert

RGB13817186-
CMYK0.260.9100.27
HSL282.96º83.25%39.8%-
HSV(B)282.96º90.86%72.94%-
XYZ19.549.3547.23-
YUV72.44192.09174.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 17 (7.03% from 255) = 4.99%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=40.47%
G=4.99%
B=54.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138171860.260.9100.27282.9683.2539.8
Hex8A11BA1A5B01B11b5328
Octal212212723213303343312350
Binary1000101010001101110101101010110110110111000110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A11BA; }

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

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

<style>
 a { background-color: #8A11BA; }

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

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

<style>
 span { border-color: #8A11BA; }

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

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