#95058E

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

Shades of Dark Magenta #95058E

Tints of Dark Magenta #95058E

Color information

#95058E (or 0x95058E) is unknown color: approx Dark Magenta. HEX triplet: 95, 05 and 8E. RGB value is (149,5,142). Sum of RGB (Red+Green+Blue) = 149+5+142=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95058E is #6AFA71. Grayscale: #3F3F3F. Windows color (decimal): -7010930 or 9307541. OLE color: 9307541.

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

Color convert

RGB1495142-
CMYK00.970.050.42
HSL302.92º93.51%30.2%-
HSV(B)302.92º96.64%58.43%-
XYZ17.338.4526.31-
YUV63.67172.21188.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=50.34%
G=1.69%
B=47.97%

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
Decimal149514200.970.050.42302.9293.5130.2
Hex9558E06152A12f5e1e
Octal2255216014155245713636
Binary100101011011000111001100001101101010100101111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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