#8A01B9

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

Shades of Dark Violet #8A01B9

Tints of Dark Violet #8A01B9

Color information

#8A01B9 (or 0x8A01B9) is unknown color: approx Dark Violet. HEX triplet: 8A, 01 and B9. RGB value is (138,1,185). Sum of RGB (Red+Green+Blue) = 138+1+185=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A01B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A01B9 is #75FE46. Grayscale: #3E3E3E. Windows color (decimal): -7732807 or 12124554. OLE color: 12124554.

HSL color Cylindrical-coordinate representation of color #8A01B9: hue angle of 284.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A01B9 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1381185-
CMYK0.250.9900.27
HSL284.67º98.92%36.47%-
HSV(B)284.67º99.46%72.55%-
XYZ19.258.9346.61-
YUV62.94196.89181.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.59%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 185 (72.66% from 255) = 57.10%
R=42.59%
G=0.31%
B=57.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13811850.250.9900.27284.6798.9236.47
Hex8A1B9196301B11d6324
Octal21212713114303343514344
Binary100010101101110011100111000110110111000111011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A01B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,1,185); }

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

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

 a { background-color: rgb(138,1,185); }

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

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

 span { border-color: rgb(138,1,185); }

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