#8A0BB2

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

Shades of Dark Violet #8A0BB2

Tints of Dark Violet #8A0BB2

Color information

#8A0BB2 (or 0x8A0BB2) is unknown color: approx Dark Violet. HEX triplet: 8A, 0B and B2. RGB value is (138,11,178). Sum of RGB (Red+Green+Blue) = 138+11+178=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 178 (69.92% from 255 or 54.43% from 327); Max value from RGB is 178 - color contains mainly: blue. Hex color #8A0BB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0BB2 is #75F44D. Grayscale: #434343. Windows color (decimal): -7730254 or 11668362. OLE color: 11668362.

HSL color Cylindrical-coordinate representation of color #8A0BB2: hue angle of 285.63º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0BB2 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13811178-
CMYK0.220.9400.30
HSL285.63º88.36%37.06%-
HSV(B)285.63º93.82%69.8%-
XYZ18.648.8642.85-
YUV68.01190.08177.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 11 (4.69% from 255) = 3.36%
BLUE value IS 178 (69.92% from 255) = 54.43%
R=42.20%
G=3.36%
B=54.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138111780.220.9400.30285.6388.3637.06
Hex8ABB2165E01E11e5825
Octal212132622613603643613045
Binary100010101011101100101011010111100111101000111101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,11,178); }

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

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

 a { background-color: rgb(138,11,178); }

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

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

 span { border-color: rgb(138,11,178); }

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