#95108B

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

Shades of Dark Magenta #95108B

Tints of Dark Magenta #95108B

Color information

#95108B (or 0x95108B) is unknown color: approx Dark Magenta. HEX triplet: 95, 10 and 8B. RGB value is (149,16,139). Sum of RGB (Red+Green+Blue) = 149+16+139=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #95108B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95108B is #6AEF74. Grayscale: #454545. Windows color (decimal): -7008117 or 9113749. OLE color: 9113749.

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

Color convert

RGB14916139-
CMYK00.890.070.42
HSL304.51º80.61%32.35%-
HSV(B)304.51º89.26%58.43%-
XYZ17.248.6225.18-
YUV69.79167.06184.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 16 (6.64% from 255) = 5.26%
BLUE value IS 139 (54.69% from 255) = 45.72%
R=49.01%
G=5.26%
B=45.72%

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
Decimal1491613900.890.070.42304.5180.6132.35
Hex95108B05972A1315120
Octal22520213013175246112140
Binary100101011000010001011010110011111010101001100011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95108B; }

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

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

<style>
 a { background-color: #95108B; }

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

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

<style>
 span { border-color: #95108B; }

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

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