#96159B

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

Shades of Dark Magenta #96159B

Tints of Dark Magenta #96159B

Color information

#96159B (or 0x96159B) is unknown color: approx Dark Magenta. HEX triplet: 96, 15 and 9B. RGB value is (150,21,155). Sum of RGB (Red+Green+Blue) = 150+21+155=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #96159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96159B is #69EA64. Grayscale: #4A4A4A. Windows color (decimal): -6941285 or 10163606. OLE color: 10163606.

HSL color Cylindrical-coordinate representation of color #96159B: hue angle of 297.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96159B is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15021155-
CMYK0.030.8600.39
HSL297.76º76.14%34.51%-
HSV(B)297.76º86.45%60.78%-
XYZ18.769.3931.83-
YUV74.85173.24181.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=46.01%
G=6.44%
B=47.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150211550.030.8600.39297.7676.1434.51
Hex96159B35602712a4c23
Octal22625233312604745211443
Binary10010110101011001101111101011001001111001010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96159B; }

 p { color: rgb(150,21,155); }

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

<style>
 a { background-color: #96159B; }

 a { background-color: rgb(150,21,155); }

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

<style>
 span { border-color: #96159B; }

 span { border-color: rgb(150,21,155); }

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