#9A0495

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

Shades of Dark Magenta #9A0495

Tints of Dark Magenta #9A0495

Color information

#9A0495 (or 0x9A0495) is unknown color: approx Dark Magenta. HEX triplet: 9A, 04 and 95. RGB value is (154,4,149). Sum of RGB (Red+Green+Blue) = 154+4+149=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0495 is #65FB6A. Grayscale: #404040. Windows color (decimal): -6683499 or 9766042. OLE color: 9766042.

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

Color convert

RGB1544149-
CMYK00.970.030.40
HSL302º94.94%30.98%-
HSV(B)302º97.4%60.39%-
XYZ18.799.1329.2-
YUV65.38175.2191.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.16%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=50.16%
G=1.30%
B=48.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154414900.970.030.4030294.9430.98
Hex9A49506132812e5f1f
Octal2324225014135045613737
Binary10011010100100101010110000111101000100101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,4,149); }

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

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

 a { background-color: rgb(154,4,149); }

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

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

 span { border-color: rgb(154,4,149); }

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