#9A0DAF

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

Shades of Dark Violet #9A0DAF

Tints of Dark Violet #9A0DAF

Color information

#9A0DAF (or 0x9A0DAF) is unknown color: approx Dark Violet. HEX triplet: 9A, 0D and AF. RGB value is (154,13,175). Sum of RGB (Red+Green+Blue) = 154+13+175=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A0DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0DAF is #65F250. Grayscale: #494949. Windows color (decimal): -6681169 or 11472282. OLE color: 11472282.

HSL color Cylindrical-coordinate representation of color #9A0DAF: hue angle of 292.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0DAF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15413175-
CMYK0.120.9300.31
HSL292.22º86.17%36.86%-
HSV(B)292.22º92.57%68.63%-
XYZ21.2110.2541.42-
YUV73.63185.21185.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 13 (5.47% from 255) = 3.80%
BLUE value IS 175 (68.75% from 255) = 51.17%
R=45.03%
G=3.80%
B=51.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154131750.120.9300.31292.2286.1736.86
Hex9ADAFC5D01F1245625
Octal232152571413503744412645
Binary10011010110110101111110010111010111111001001001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,13,175); }

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

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

 a { background-color: rgb(154,13,175); }

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

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

 span { border-color: rgb(154,13,175); }

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