#9A0AD5

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

Shades of Dark Violet #9A0AD5

Tints of Dark Violet #9A0AD5

Color information

#9A0AD5 (or 0x9A0AD5) is unknown color: approx Dark Violet. HEX triplet: 9A, 0A and D5. RGB value is (154,10,213). Sum of RGB (Red+Green+Blue) = 154+10+213=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #9A0AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0AD5 is #65F52A. Grayscale: #4B4B4B. Windows color (decimal): -6681899 or 13961882. OLE color: 13961882.

HSL color Cylindrical-coordinate representation of color #9A0AD5: hue angle of 282.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0AD5 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15410213-
CMYK0.280.9500.16
HSL282.56º91.03%43.73%-
HSV(B)282.56º95.31%83.53%-
XYZ25.4511.8963.9-
YUV76.2205.21183.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 10 (4.30% from 255) = 2.65%
BLUE value IS 213 (83.59% from 255) = 56.50%
R=40.85%
G=2.65%
B=56.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154102130.280.9500.16282.5691.0343.73
Hex9AAD51C5F01011b5b2c
Octal232123253413702043313354
Binary100110101010110101011110010111110100001000110111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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