#960889

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

Shades of Dark Magenta #960889

Tints of Dark Magenta #960889

Color information

#960889 (or 0x960889) is unknown color: approx Dark Magenta. HEX triplet: 96, 08 and 89. RGB value is (150,8,137). Sum of RGB (Red+Green+Blue) = 150+8+137=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #960889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960889 is #69F776. Grayscale: #404040. Windows color (decimal): -6944631 or 8980630. OLE color: 8980630.

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

Color convert

RGB1508137-
CMYK00.950.090.41
HSL305.49º89.87%30.98%-
HSV(B)305.49º94.67%58.82%-
XYZ17.188.4624.4-
YUV65.16168.54188.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 8 (3.52% from 255) = 2.71%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=50.85%
G=2.71%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150813700.950.090.41305.4989.8730.98
Hex9688905F9291315a1f
Octal226102110137115146113237
Binary10010110100010001001010111111001101001100110001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960889; }

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

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

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

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

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

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

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

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