#95118b

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

Shades of Dark Magenta #95118B

Tints of Dark Magenta #95118B

Color information

#95118B (or 0x95118B) is unknown color: approx Dark Magenta. HEX triplet: 95, 11 and 8B. RGB value is (149,17,139). Sum of RGB (Red+Green+Blue) = 149+17+139=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95118B is #6AEE74. Grayscale: #464646. Windows color (decimal): -7007861 or 9114005. OLE color: 9114005.

HSL color Cylindrical-coordinate representation of color #95118B: hue angle of 304.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95118B is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14917139-
CMYK00.890.070.42
HSL304.55º79.52%32.55%-
HSV(B)304.55º88.59%58.43%-
XYZ17.268.6525.19-
YUV70.38166.73184.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=48.85%
G=5.57%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491713900.890.070.42304.5579.5232.55
Hex95118B05972A1315021
Octal22521213013175246112041
Binary100101011000110001011010110011111010101001100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95118b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95118b; }

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

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

<style>
 a { background-color: #95118b; }

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

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

<style>
 span { border-color: #95118b; }

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

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