#96118D

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

Shades of Dark Magenta #96118D

Tints of Dark Magenta #96118D

Color information

#96118D (or 0x96118D) is unknown color: approx Dark Magenta. HEX triplet: 96, 11 and 8D. RGB value is (150,17,141). Sum of RGB (Red+Green+Blue) = 150+17+141=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96118D is #69EE72. Grayscale: #464646. Windows color (decimal): -6942323 or 9245078. OLE color: 9245078.

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

Color convert

RGB15017141-
CMYK00.890.060.41
HSL304.06º79.64%32.75%-
HSV(B)304.06º88.67%58.82%-
XYZ17.598.8125.97-
YUV70.9167.56184.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 17 (7.03% from 255) = 5.52%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=48.70%
G=5.52%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501714100.890.060.41304.0679.6432.75
Hex96118D0596291305021
Octal22621215013165146012041
Binary100101101000110001101010110011101010011001100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96118D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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