#95048B

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

Shades of Dark Magenta #95048B

Tints of Dark Magenta #95048B

Color information

#95048B (or 0x95048B) is unknown color: approx Dark Magenta. HEX triplet: 95, 04 and 8B. RGB value is (149,4,139). Sum of RGB (Red+Green+Blue) = 149+4+139=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95048B is #6AFB74. Grayscale: #3E3E3E. Windows color (decimal): -7011189 or 9110677. OLE color: 9110677.

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

Color convert

RGB1494139-
CMYK00.970.070.42
HSL304.14º94.77%30%-
HSV(B)304.14º97.32%58.43%-
XYZ17.18.3425.13-
YUV62.74171.04189.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=51.03%
G=1.37%
B=47.60%

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
Decimal149413900.970.070.42304.1494.7730
Hex9548B06172A1305f1e
Octal2254213014175246013736
Binary100101011001000101101100001111101010100110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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