#961497

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

Shades of Dark Magenta #961497

Tints of Dark Magenta #961497

Color information

#961497 (or 0x961497) is unknown color: approx Dark Magenta. HEX triplet: 96, 14 and 97. RGB value is (150,20,151). Sum of RGB (Red+Green+Blue) = 150+20+151=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #961497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961497 is #69EB68. Grayscale: #494949. Windows color (decimal): -6941545 or 9901206. OLE color: 9901206.

HSL color Cylindrical-coordinate representation of color #961497: hue angle of 299.54º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961497 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15020151-
CMYK0.010.8700.41
HSL299.54º76.61%33.53%-
HSV(B)299.54º86.75%59.22%-
XYZ18.419.2230.09-
YUV73.8171.57182.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 20 (8.20% from 255) = 6.23%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=46.73%
G=6.23%
B=47.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150201510.010.8700.41299.5476.6133.53
Hex96149715702912c4d22
Octal22624227112705145411542
Binary1001011010100100101111101011101010011001011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961497; }

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

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

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

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

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

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

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

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