#95059E

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

Shades of Dark Magenta #95059E

Tints of Dark Magenta #95059E

Color information

#95059E (or 0x95059E) is unknown color: approx Dark Magenta. HEX triplet: 95, 05 and 9E. RGB value is (149,5,158). Sum of RGB (Red+Green+Blue) = 149+5+158=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #95059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95059E is #6AFA61. Grayscale: #414141. Windows color (decimal): -7010914 or 10356117. OLE color: 10356117.

HSL color Cylindrical-coordinate representation of color #95059E: hue angle of 296.47º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95059E is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1495158-
CMYK0.060.9700.38
HSL296.47º93.87%31.96%-
HSV(B)296.47º96.84%61.96%-
XYZ18.628.9733.1-
YUV65.5180.21187.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=47.76%
G=1.60%
B=50.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14951580.060.9700.38296.4793.8731.96
Hex9559E6610261285e20
Octal2255236614104645013640
Binary1001010110110011110110110000101001101001010001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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