#96049D

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

Shades of Dark Magenta #96049D

Tints of Dark Magenta #96049D

Color information

#96049D (or 0x96049D) is unknown color: approx Dark Magenta. HEX triplet: 96, 04 and 9D. RGB value is (150,4,157). Sum of RGB (Red+Green+Blue) = 150+4+157=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #96049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96049D is #69FB62. Grayscale: #404040. Windows color (decimal): -6945635 or 10290326. OLE color: 10290326.

HSL color Cylindrical-coordinate representation of color #96049D: hue angle of 297.25º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96049D is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1504157-
CMYK0.040.9700.38
HSL297.25º95.03%31.57%-
HSV(B)297.25º97.45%61.57%-
XYZ18.719.0132.65-
YUV65.1179.87188.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=48.23%
G=1.29%
B=50.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15041570.040.9700.38297.2595.0331.57
Hex9649D4610261295f20
Octal2264235414104645113740
Binary1001011010010011101100110000101001101001010011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96049D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,4,157); }

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

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

 a { background-color: rgb(150,4,157); }

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

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

 span { border-color: rgb(150,4,157); }

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