#95108A

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

Shades of Dark Magenta #95108A

Tints of Dark Magenta #95108A

Color information

#95108A (or 0x95108A) is unknown color: approx Dark Magenta. HEX triplet: 95, 10 and 8A. RGB value is (149,16,138). Sum of RGB (Red+Green+Blue) = 149+16+138=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #95108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95108A is #6AEF75. Grayscale: #454545. Windows color (decimal): -7008118 or 9048213. OLE color: 9048213.

HSL color Cylindrical-coordinate representation of color #95108A: hue angle of 304.96º 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 #95108A is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14916138-
CMYK00.890.070.42
HSL304.96º80.61%32.35%-
HSV(B)304.96º89.26%58.43%-
XYZ17.178.624.8-
YUV69.68166.56184.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=49.17%
G=5.28%
B=45.54%

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
Decimal1491613800.890.070.42304.9680.6132.35
Hex95108A05972A1315120
Octal22520212013175246112140
Binary100101011000010001010010110011111010101001100011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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