#960D9D

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

Shades of Dark Magenta #960D9D

Tints of Dark Magenta #960D9D

Color information

#960D9D (or 0x960D9D) is unknown color: approx Dark Magenta. HEX triplet: 96, 0D and 9D. RGB value is (150,13,157). Sum of RGB (Red+Green+Blue) = 150+13+157=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #960D9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960D9D is #69F262. Grayscale: #454545. Windows color (decimal): -6943331 or 10292630. OLE color: 10292630.

HSL color Cylindrical-coordinate representation of color #960D9D: hue angle of 297.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960D9D is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15013157-
CMYK0.040.9200.38
HSL297.08º84.71%33.33%-
HSV(B)297.08º91.72%61.57%-
XYZ18.819.2132.68-
YUV70.38176.89184.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 13 (5.47% from 255) = 4.06%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=46.88%
G=4.06%
B=49.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150131570.040.9200.38297.0884.7133.33
Hex96D9D45C0261295521
Octal22615235413404645112541
Binary10010110110110011101100101110001001101001010011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960D9D; }

 p { color: rgb(150,13,157); }

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

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

 a { background-color: rgb(150,13,157); }

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

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

 span { border-color: rgb(150,13,157); }

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