#96118A

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

Shades of Dark Magenta #96118A

Tints of Dark Magenta #96118A

Color information

#96118A (or 0x96118A) is unknown color: approx Dark Magenta. HEX triplet: 96, 11 and 8A. RGB value is (150,17,138). Sum of RGB (Red+Green+Blue) = 150+17+138=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96118A is #69EE75. Grayscale: #464646. Windows color (decimal): -6942326 or 9048470. OLE color: 9048470.

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

Color convert

RGB15017138-
CMYK00.890.080.41
HSL305.41º79.64%32.75%-
HSV(B)305.41º88.67%58.82%-
XYZ17.378.7224.81-
YUV70.56166.06184.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=49.18%
G=5.57%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501713800.890.080.41305.4179.6432.75
Hex96118A0598291315021
Octal226212120131105146112041
Binary1001011010001100010100101100110001010011001100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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