#96129E

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

Shades of Dark Magenta #96129E

Tints of Dark Magenta #96129E

Color information

#96129E (or 0x96129E) is unknown color: approx Dark Magenta. HEX triplet: 96, 12 and 9E. RGB value is (150,18,158). Sum of RGB (Red+Green+Blue) = 150+18+158=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #96129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96129E is #69ED61. Grayscale: #494949. Windows color (decimal): -6942050 or 10359446. OLE color: 10359446.

HSL color Cylindrical-coordinate representation of color #96129E: hue angle of 296.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96129E is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15018158-
CMYK0.050.8900.38
HSL296.57º79.55%34.51%-
HSV(B)296.57º88.61%61.96%-
XYZ18.979.3933.16-
YUV73.43175.73182.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=46.01%
G=5.52%
B=48.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150181580.050.8900.38296.5779.5534.51
Hex96129E5590261295023
Octal22622236513104645112043
Binary100101101001010011110101101100101001101001010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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