#95058A

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

Shades of Dark Magenta #95058A

Tints of Dark Magenta #95058A

Color information

#95058A (or 0x95058A) is unknown color: approx Dark Magenta. HEX triplet: 95, 05 and 8A. RGB value is (149,5,138). Sum of RGB (Red+Green+Blue) = 149+5+138=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95058A is #6AFA75. Grayscale: #3E3E3E. Windows color (decimal): -7010934 or 9045397. OLE color: 9045397.

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

Color convert

RGB1495138-
CMYK00.970.070.42
HSL304.58º93.51%30.2%-
HSV(B)304.58º96.64%58.43%-
XYZ17.048.3324.76-
YUV63.22170.21189.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=51.03%
G=1.71%
B=47.26%

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
Decimal149513800.970.070.42304.5893.5130.2
Hex9558A06172A1315e1e
Octal2255212014175246113636
Binary100101011011000101001100001111101010100110001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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