#961598

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

Shades of Dark Magenta #961598

Tints of Dark Magenta #961598

Color information

#961598 (or 0x961598) is unknown color: approx Dark Magenta. HEX triplet: 96, 15 and 98. RGB value is (150,21,152). Sum of RGB (Red+Green+Blue) = 150+21+152=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #961598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961598 is #69EA67. Grayscale: #4A4A4A. Windows color (decimal): -6941288 or 9966998. OLE color: 9966998.

HSL color Cylindrical-coordinate representation of color #961598: hue angle of 299.08º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961598 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15021152-
CMYK0.010.8600.40
HSL299.08º75.72%33.92%-
HSV(B)299.08º86.18%59.61%-
XYZ18.519.2930.52-
YUV74.5171.74181.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 21 (8.59% from 255) = 6.50%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=46.44%
G=6.50%
B=47.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150211520.010.8600.40299.0875.7233.92
Hex96159815602812b4c22
Octal22625230112605045311442
Binary1001011010101100110001101011001010001001010111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961598; }

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

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

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

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

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

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

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

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