#96149E

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

Shades of Dark Magenta #96149E

Tints of Dark Magenta #96149E

Color information

#96149E (or 0x96149E) is unknown color: approx Dark Magenta. HEX triplet: 96, 14 and 9E. RGB value is (150,20,158). Sum of RGB (Red+Green+Blue) = 150+20+158=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #96149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96149E is #69EB61. Grayscale: #4A4A4A. Windows color (decimal): -6941538 or 10359958. OLE color: 10359958.

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

Color convert

RGB15020158-
CMYK0.050.8700.38
HSL296.52º77.53%34.9%-
HSV(B)296.52º87.34%61.96%-
XYZ199.4533.17-
YUV74.6175.07181.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 20 (8.20% from 255) = 6.10%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=45.73%
G=6.10%
B=48.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150201580.050.8700.38296.5277.5334.9
Hex96149E5570261294e23
Octal22624236512704645111643
Binary100101101010010011110101101011101001101001010011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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