#9a09d5

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

Shades of Dark Violet #9A09D5

Tints of Dark Violet #9A09D5

Color information

#9A09D5 (or 0x9A09D5) is unknown color: approx Dark Violet. HEX triplet: 9A, 09 and D5. RGB value is (154,9,213). Sum of RGB (Red+Green+Blue) = 154+9+213=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #9A09D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A09D5 is #65F62A. Grayscale: #4A4A4A. Windows color (decimal): -6682155 or 13961626. OLE color: 13961626.

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

Color convert

RGB1549213-
CMYK0.280.9600.16
HSL282.65º91.89%43.53%-
HSV(B)282.65º95.77%83.53%-
XYZ25.4311.8763.9-
YUV75.61205.54183.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.96%
GREEN value IS 9 (3.91% from 255) = 2.39%
BLUE value IS 213 (83.59% from 255) = 56.65%
R=40.96%
G=2.39%
B=56.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal15492130.280.9600.16282.6591.8943.53
Hex9A9D51C6001011b5c2c
Octal232113253414002043313454
Binary100110101001110101011110011000000100001000110111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a09d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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