#96048E

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

Shades of Dark Magenta #96048E

Tints of Dark Magenta #96048E

Color information

#96048E (or 0x96048E) is unknown color: approx Dark Magenta. HEX triplet: 96, 04 and 8E. RGB value is (150,4,142). Sum of RGB (Red+Green+Blue) = 150+4+142=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96048E is #69FB71. Grayscale: #3E3E3E. Windows color (decimal): -6945650 or 9307286. OLE color: 9307286.

HSL color Cylindrical-coordinate representation of color #96048E: hue angle of 303.29º 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 #96048E is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB1504142-
CMYK00.970.050.41
HSL303.29º94.81%30.2%-
HSV(B)303.29º97.33%58.82%-
XYZ17.58.5226.31-
YUV63.39172.37189.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 4 (1.95% from 255) = 1.35%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=50.68%
G=1.35%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150414200.970.050.41303.2994.8130.2
Hex9648E06152912f5f1e
Octal2264216014155145713736
Binary100101101001000111001100001101101001100101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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