#9A0AE9

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

Shades of Dark Violet #9A0AE9

Tints of Dark Violet #9A0AE9

Color information

#9A0AE9 (or 0x9A0AE9) is unknown color: approx Dark Violet. HEX triplet: 9A, 0A and E9. RGB value is (154,10,233). Sum of RGB (Red+Green+Blue) = 154+10+233=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #9A0AE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0AE9 is #65F516. Grayscale: #4D4D4D. Windows color (decimal): -6681879 or 15272602. OLE color: 15272602.

HSL color Cylindrical-coordinate representation of color #9A0AE9: hue angle of 278.74º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0AE9 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15410233-
CMYK0.340.9600.09
HSL278.74º91.77%47.65%-
HSV(B)278.74º95.71%91.37%-
XYZ28.1412.9778.11-
YUV78.48215.21181.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.79%
GREEN value IS 10 (4.30% from 255) = 2.52%
BLUE value IS 233 (91.41% from 255) = 58.69%
R=38.79%
G=2.52%
B=58.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal154102330.340.9600.09278.7491.7747.65
Hex9AAE92260091175c30
Octal232123514214001142713460
Binary100110101010111010011000101100000010011000101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A0AE9; }

 p { color: rgb(154,10,233); }

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

<style>
 a { background-color: #9A0AE9; }

 a { background-color: rgb(154,10,233); }

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

<style>
 span { border-color: #9A0AE9; }

 span { border-color: rgb(154,10,233); }

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