#96128F

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

Shades of Dark Magenta #96128F

Tints of Dark Magenta #96128F

Color information

#96128F (or 0x96128F) is unknown color: approx Dark Magenta. HEX triplet: 96, 12 and 8F. RGB value is (150,18,143). Sum of RGB (Red+Green+Blue) = 150+18+143=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96128F is #69ED70. Grayscale: #474747. Windows color (decimal): -6942065 or 9376406. OLE color: 9376406.

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

Color convert

RGB15018143-
CMYK00.880.050.41
HSL303.18º78.57%32.94%-
HSV(B)303.18º88%58.82%-
XYZ17.758.926.77-
YUV71.72168.23183.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 143 (56.25% from 255) = 45.98%
R=48.23%
G=5.79%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501814300.880.050.41303.1878.5732.94
Hex96128F05852912f4f21
Octal22622217013055145711741
Binary100101101001010001111010110001011010011001011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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