#96128A

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

Shades of Dark Magenta #96128A

Tints of Dark Magenta #96128A

Color information

#96128A (or 0x96128A) is unknown color: approx Dark Magenta. HEX triplet: 96, 12 and 8A. RGB value is (150,18,138). Sum of RGB (Red+Green+Blue) = 150+18+138=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96128A is #69ED75. Grayscale: #464646. Windows color (decimal): -6942070 or 9048726. OLE color: 9048726.

HSL color Cylindrical-coordinate representation of color #96128A: hue angle of 305.45º 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 #96128A is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15018138-
CMYK00.880.080.41
HSL305.45º78.57%32.94%-
HSV(B)305.45º88%58.82%-
XYZ17.388.7524.82-
YUV71.15165.73184.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 18 (7.42% from 255) = 5.88%
BLUE value IS 138 (54.30% from 255) = 45.10%
R=49.02%
G=5.88%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501813800.880.080.41305.4578.5732.94
Hex96128A0588291314f21
Octal226222120130105146111741
Binary1001011010010100010100101100010001010011001100011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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