#960988

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

Shades of Dark Magenta #960988

Tints of Dark Magenta #960988

Color information

#960988 (or 0x960988) is unknown color: approx Dark Magenta. HEX triplet: 96, 09 and 88. RGB value is (150,9,136). Sum of RGB (Red+Green+Blue) = 150+9+136=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #960988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960988 is #69F677. Grayscale: #414141. Windows color (decimal): -6944376 or 8915350. OLE color: 8915350.

HSL color Cylindrical-coordinate representation of color #960988: hue angle of 305.96º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960988 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB1509136-
CMYK00.940.090.41
HSL305.96º88.68%31.18%-
HSV(B)305.96º94%58.82%-
XYZ17.128.4624.02-
YUV65.64167.71188.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 9 (3.91% from 255) = 3.05%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=50.85%
G=3.05%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150913600.940.090.41305.9688.6831.18
Hex9698805E929132591f
Octal226112100136115146213137
Binary10010110100110001000010111101001101001100110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960988; }

 p { color: rgb(150,9,136); }

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

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

 a { background-color: rgb(150,9,136); }

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

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

 span { border-color: rgb(150,9,136); }

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