#9A0396

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

Shades of Dark Magenta #9A0396

Tints of Dark Magenta #9A0396

Color information

#9A0396 (or 0x9A0396) is unknown color: approx Dark Magenta. HEX triplet: 9A, 03 and 96. RGB value is (154,3,150). Sum of RGB (Red+Green+Blue) = 154+3+150=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0396 is #65FC69. Grayscale: #404040. Windows color (decimal): -6683754 or 9831322. OLE color: 9831322.

HSL color Cylindrical-coordinate representation of color #9A0396: hue angle of 301.59º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A0396 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB1543150-
CMYK00.980.030.40
HSL301.59º96.18%30.78%-
HSV(B)301.59º98.05%60.39%-
XYZ18.869.1429.62-
YUV64.91176.03191.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.16%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=50.16%
G=0.98%
B=48.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154315000.980.030.40301.5996.1830.78
Hex9A39606232812e601f
Octal2323226014235045614037
Binary1001101011100101100110001011101000100101110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,3,150); }

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

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

 a { background-color: rgb(154,3,150); }

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

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

 span { border-color: rgb(154,3,150); }

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