#960989

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

Shades of Dark Magenta #960989

Tints of Dark Magenta #960989

Color information

#960989 (or 0x960989) is unknown color: approx Dark Magenta. HEX triplet: 96, 09 and 89. RGB value is (150,9,137). Sum of RGB (Red+Green+Blue) = 150+9+137=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #960989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960989 is #69F676. Grayscale: #414141. Windows color (decimal): -6944375 or 8980886. OLE color: 8980886.

HSL color Cylindrical-coordinate representation of color #960989: hue angle of 305.53º 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 #960989 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB1509137-
CMYK00.940.090.41
HSL305.53º88.68%31.18%-
HSV(B)305.53º94%58.82%-
XYZ17.198.4924.4-
YUV65.75168.21188.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 137 (53.91% from 255) = 46.28%
R=50.68%
G=3.04%
B=46.28%

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
Decimal150913700.940.090.41305.5388.6831.18
Hex9698905E929132591f
Octal226112110136115146213137
Binary10010110100110001001010111101001101001100110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960989; }

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

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

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

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

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

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

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

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