#95049A

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

Shades of Dark Magenta #95049A

Tints of Dark Magenta #95049A

Color information

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

HSL color Cylindrical-coordinate representation of color #95049A: hue angle of 298º 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 #95049A is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1494154-
CMYK0.030.9700.40
HSL298º94.94%30.98%-
HSV(B)298º97.4%60.39%-
XYZ18.278.8131.31-
YUV64.46178.54188.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14941540.030.9700.4029894.9430.98
Hex9549A36102812a5f1f
Octal2254232314105045213737
Binary10010101100100110101111000010101000100101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95049A; }

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

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

<style>
 a { background-color: #95049A; }

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

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

<style>
 span { border-color: #95049A; }

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

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