#96178F

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

Shades of Dark Magenta #96178F

Tints of Dark Magenta #96178F

Color information

#96178F (or 0x96178F) is unknown color: approx Dark Magenta. HEX triplet: 96, 17 and 8F. RGB value is (150,23,143). Sum of RGB (Red+Green+Blue) = 150+23+143=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96178F is #69E870. Grayscale: #4A4A4A. Windows color (decimal): -6940785 or 9377686. OLE color: 9377686.

HSL color Cylindrical-coordinate representation of color #96178F: hue angle of 303.31º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96178F is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15023143-
CMYK00.850.050.41
HSL303.31º73.41%33.92%-
HSV(B)303.31º84.67%58.82%-
XYZ17.849.0826.8-
YUV74.65166.58181.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=47.47%
G=7.28%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502314300.850.050.41303.3173.4133.92
Hex96178F05552912f4922
Octal22627217012555145711142
Binary100101101011110001111010101011011010011001011111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96178F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96178F; }

 p { color: rgb(150,23,143); }

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

<style>
 a { background-color: #96178F; }

 a { background-color: rgb(150,23,143); }

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

<style>
 span { border-color: #96178F; }

 span { border-color: rgb(150,23,143); }

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