#95048D

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

Shades of Dark Magenta #95048D

Tints of Dark Magenta #95048D

Color information

#95048D (or 0x95048D) is unknown color: approx Dark Magenta. HEX triplet: 95, 04 and 8D. RGB value is (149,4,141). Sum of RGB (Red+Green+Blue) = 149+4+141=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95048D is #6AFB72. Grayscale: #3E3E3E. Windows color (decimal): -7011187 or 9241749. OLE color: 9241749.

HSL color Cylindrical-coordinate representation of color #95048D: hue angle of 303.31º 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 #95048D is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB1494141-
CMYK00.970.050.42
HSL303.31º94.77%30%-
HSV(B)303.31º97.32%58.43%-
XYZ17.258.425.91-
YUV62.97172.04189.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 4 (1.95% from 255) = 1.36%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=50.68%
G=1.36%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149414100.970.050.42303.3194.7730
Hex9548D06152A12f5f1e
Octal2254215014155245713736
Binary100101011001000110101100001101101010100101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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