#961099

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

Shades of Dark Magenta #961099

Tints of Dark Magenta #961099

Color information

#961099 (or 0x961099) is unknown color: approx Dark Magenta. HEX triplet: 96, 10 and 99. RGB value is (150,16,153). Sum of RGB (Red+Green+Blue) = 150+16+153=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #961099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961099 is #69EF66. Grayscale: #474747. Windows color (decimal): -6942567 or 10031254. OLE color: 10031254.

HSL color Cylindrical-coordinate representation of color #961099: hue angle of 298.69º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #961099 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15016153-
CMYK0.020.9000.4
HSL298.69º81.07%33.14%-
HSV(B)298.69º89.54%60%-
XYZ18.519.1530.93-
YUV71.68173.89183.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 16 (6.64% from 255) = 5.02%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=47.02%
G=5.02%
B=47.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150161530.020.9000.4298.6981.0733.14
Hex96109925A02812b5121
Octal22620231213205045312141
Binary10010110100001001100110101101001010001001010111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961099; }

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

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

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

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

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

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

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

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