#960887

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

Shades of Dark Magenta #960887

Tints of Dark Magenta #960887

Color information

#960887 (or 0x960887) is unknown color: approx Dark Magenta. HEX triplet: 96, 08 and 87. RGB value is (150,8,135). Sum of RGB (Red+Green+Blue) = 150+8+135=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #960887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960887 is #69F778. Grayscale: #404040. Windows color (decimal): -6944633 or 8849558. OLE color: 8849558.

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

Color convert

RGB1508135-
CMYK00.950.10.41
HSL306.34º89.87%30.98%-
HSV(B)306.34º94.67%58.82%-
XYZ17.048.4123.65-
YUV64.94167.54188.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 8 (3.52% from 255) = 2.73%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=51.19%
G=2.73%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150813500.950.10.41306.3489.8730.98
Hex9688705FA291325a1f
Octal226102070137125146213237
Binary10010110100010000111010111111010101001100110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960887; }

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

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

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

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

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

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

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

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