#96118C

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

Shades of Dark Magenta #96118C

Tints of Dark Magenta #96118C

Color information

#96118C (or 0x96118C) is unknown color: approx Dark Magenta. HEX triplet: 96, 11 and 8C. RGB value is (150,17,140). Sum of RGB (Red+Green+Blue) = 150+17+140=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96118C is #69EE73. Grayscale: #464646. Windows color (decimal): -6942324 or 9179542. OLE color: 9179542.

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

Color convert

RGB15017140-
CMYK00.890.070.41
HSL304.51º79.64%32.75%-
HSV(B)304.51º88.67%58.82%-
XYZ17.518.7825.58-
YUV70.79167.06184.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=48.86%
G=5.54%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501714000.890.070.41304.5179.6432.75
Hex96118C0597291315021
Octal22621214013175146112041
Binary100101101000110001100010110011111010011001100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96118C; }

 p { color: rgb(150,17,140); }

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

<style>
 a { background-color: #96118C; }

 a { background-color: rgb(150,17,140); }

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

<style>
 span { border-color: #96118C; }

 span { border-color: rgb(150,17,140); }

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