#9a00d9

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

Shades of Dark Violet #9A00D9

Tints of Dark Violet #9A00D9

Color information

#9A00D9 (or 0x9A00D9) is unknown color: approx Dark Violet. HEX triplet: 9A, 00 and D9. RGB value is (154,0,217). Sum of RGB (Red+Green+Blue) = 154+0+217=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 217 (85.16% from 255 or 58.49% from 371); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A00D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00D9 is #65FF26. Grayscale: #464646. Windows color (decimal): -6684455 or 14221466. OLE color: 14221466.

HSL color Cylindrical-coordinate representation of color #9A00D9: hue angle of 282.58º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00D9 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1540217-
CMYK0.29100.15
HSL282.58º100%42.55%-
HSV(B)282.58º100%85.1%-
XYZ25.8511.8866.58-
YUV70.78210.52187.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 217 (85.16% from 255) = 58.49%
R=41.51%
G=0%
B=58.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15402170.29100.15282.5810042.55
Hex9A0D91D640F11b642b
Octal23203313514401743314453
Binary10011010011011001111011100100011111000110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a00d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,0,217); }

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

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

 a { background-color: rgb(154,0,217); }

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

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

 span { border-color: rgb(154,0,217); }

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