#961299

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

Shades of Dark Magenta #961299

Tints of Dark Magenta #961299

Color information

#961299 (or 0x961299) is unknown color: approx Dark Magenta. HEX triplet: 96, 12 and 99. RGB value is (150,18,153). Sum of RGB (Red+Green+Blue) = 150+18+153=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #961299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961299 is #69ED66. Grayscale: #484848. Windows color (decimal): -6942055 or 10031766. OLE color: 10031766.

HSL color Cylindrical-coordinate representation of color #961299: hue angle of 298.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961299 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15018153-
CMYK0.020.8800.4
HSL298.67º78.95%33.53%-
HSV(B)298.67º88.24%60%-
XYZ18.549.2230.94-
YUV72.86173.23183.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=46.73%
G=5.61%
B=47.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150181530.020.8800.4298.6778.9533.53
Hex96129925802812b4f22
Octal22622231213005045311742
Binary10010110100101001100110101100001010001001010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961299; }

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

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

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

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

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

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

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

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