#95048A

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

Shades of Dark Magenta #95048A

Tints of Dark Magenta #95048A

Color information

#95048A (or 0x95048A) is unknown color: approx Dark Magenta. HEX triplet: 95, 04 and 8A. RGB value is (149,4,138). Sum of RGB (Red+Green+Blue) = 149+4+138=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95048A is #6AFB75. Grayscale: #3E3E3E. Windows color (decimal): -7011190 or 9045141. OLE color: 9045141.

HSL color Cylindrical-coordinate representation of color #95048A: hue angle of 304.55º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95048A is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB1494138-
CMYK00.970.070.42
HSL304.55º94.77%30%-
HSV(B)304.55º97.32%58.43%-
XYZ17.038.3124.75-
YUV62.63170.54189.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=51.20%
G=1.37%
B=47.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149413800.970.070.42304.5594.7730
Hex9548A06172A1315f1e
Octal2254212014175246113736
Binary100101011001000101001100001111101010100110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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