#96048D

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

Shades of Dark Magenta #96048D

Tints of Dark Magenta #96048D

Color information

#96048D (or 0x96048D) is unknown color: approx Dark Magenta. HEX triplet: 96, 04 and 8D. RGB value is (150,4,141). Sum of RGB (Red+Green+Blue) = 150+4+141=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96048D is #69FB72. Grayscale: #3E3E3E. Windows color (decimal): -6945651 or 9241750. OLE color: 9241750.

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

Color convert

RGB1504141-
CMYK00.970.060.41
HSL303.7º94.81%30.2%-
HSV(B)303.7º97.33%58.82%-
XYZ17.438.4925.92-
YUV63.27171.87189.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 4 (1.95% from 255) = 1.36%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=50.85%
G=1.36%
B=47.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150414100.970.060.41303.794.8130.2
Hex9648D0616291305f1e
Octal2264215014165146013736
Binary100101101001000110101100001110101001100110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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