#96188D

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

Shades of Dark Magenta #96188D

Tints of Dark Magenta #96188D

Color information

#96188D (or 0x96188D) is unknown color: approx Dark Magenta. HEX triplet: 96, 18 and 8D. RGB value is (150,24,141). Sum of RGB (Red+Green+Blue) = 150+24+141=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96188D is #69E772. Grayscale: #4A4A4A. Windows color (decimal): -6940531 or 9246870. OLE color: 9246870.

HSL color Cylindrical-coordinate representation of color #96188D: hue angle of 304.29º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96188D is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15024141-
CMYK00.840.060.41
HSL304.29º72.41%34.12%-
HSV(B)304.29º84%58.82%-
XYZ17.719.0626.01-
YUV75.01165.24181.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=47.62%
G=7.62%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502414100.840.060.41304.2972.4134.12
Hex96188D0546291304822
Octal22630215012465146011042
Binary100101101100010001101010101001101010011001100001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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