#8A0ABF

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

Shades of Dark Violet #8A0ABF

Tints of Dark Violet #8A0ABF

Color information

#8A0ABF (or 0x8A0ABF) is unknown color: approx Dark Violet. HEX triplet: 8A, 0A and BF. RGB value is (138,10,191). Sum of RGB (Red+Green+Blue) = 138+10+191=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A0ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0ABF is #75F540. Grayscale: #444444. Windows color (decimal): -7730497 or 12520074. OLE color: 12520074.

HSL color Cylindrical-coordinate representation of color #8A0ABF: hue angle of 282.43º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0ABF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13810191-
CMYK0.280.9500.25
HSL282.43º90.05%39.41%-
HSV(B)282.43º94.76%74.9%-
XYZ19.999.3850.05-
YUV68.91196.91177.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 10 (4.30% from 255) = 2.95%
BLUE value IS 191 (75% from 255) = 56.34%
R=40.71%
G=2.95%
B=56.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138101910.280.9500.25282.4390.0539.41
Hex8AABF1C5F01911a5a27
Octal212122773413703143213247
Binary100010101010101111111110010111110110011000110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,10,191); }

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

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

 a { background-color: rgb(138,10,191); }

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

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

 span { border-color: rgb(138,10,191); }

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