#95087E

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

Shades of Dark Magenta #95087E

Tints of Dark Magenta #95087E

Color information

#95087E (or 0x95087E) is unknown color: approx Dark Magenta. HEX triplet: 95, 08 and 7E. RGB value is (149,8,126). Sum of RGB (Red+Green+Blue) = 149+8+126=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95087E is #6AF781. Grayscale: #3F3F3F. Windows color (decimal): -7010178 or 8259733. OLE color: 8259733.

HSL color Cylindrical-coordinate representation of color #95087E: hue angle of 309.79º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95087E is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB1498126-
CMYK00.950.150.42
HSL309.79º89.81%30.78%-
HSV(B)309.79º94.63%58.43%-
XYZ16.258.0720.44-
YUV63.61163.21188.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=52.65%
G=2.83%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149812600.950.150.42309.7989.8130.78
Hex9587E05FF2A1365a1f
Octal225101760137175246613237
Binary1001010110001111110010111111111101010100110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95087E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,8,126); }

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

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

 a { background-color: rgb(149,8,126); }

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

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

 span { border-color: rgb(149,8,126); }

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