#96129A

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

Shades of Dark Magenta #96129A

Tints of Dark Magenta #96129A

Color information

#96129A (or 0x96129A) is unknown color: approx Dark Magenta. HEX triplet: 96, 12 and 9A. RGB value is (150,18,154). Sum of RGB (Red+Green+Blue) = 150+18+154=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #96129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96129A is #69ED65. Grayscale: #484848. Windows color (decimal): -6942054 or 10097302. OLE color: 10097302.

HSL color Cylindrical-coordinate representation of color #96129A: hue angle of 298.24º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96129A is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15018154-
CMYK0.030.8800.40
HSL298.24º79.07%33.73%-
HSV(B)298.24º88.31%60.39%-
XYZ18.639.2531.38-
YUV72.97173.73182.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 18 (7.42% from 255) = 5.59%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=46.58%
G=5.59%
B=47.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150181540.030.8800.40298.2479.0733.73
Hex96129A35802812a4f22
Octal22622232313005045211742
Binary10010110100101001101011101100001010001001010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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