#960DA7

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

Shades of Dark Magenta #960DA7

Tints of Dark Magenta #960DA7

Color information

#960DA7 (or 0x960DA7) is unknown color: approx Dark Magenta. HEX triplet: 96, 0D and A7. RGB value is (150,13,167). Sum of RGB (Red+Green+Blue) = 150+13+167=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 167 (65.62% from 255 or 50.61% from 330); Max value from RGB is 167 - color contains mainly: blue. Hex color #960DA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960DA7 is #69F258. Grayscale: #474747. Windows color (decimal): -6943321 or 10947990. OLE color: 10947990.

HSL color Cylindrical-coordinate representation of color #960DA7: hue angle of 293.38º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960DA7 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15013167-
CMYK0.100.9200.35
HSL293.38º85.56%35.29%-
HSV(B)293.38º92.22%65.49%-
XYZ19.79.5637.37-
YUV71.52181.89183.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 13 (5.47% from 255) = 3.94%
BLUE value IS 167 (65.62% from 255) = 50.61%
R=45.45%
G=3.94%
B=50.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150131670.100.9200.35293.3885.5635.29
Hex96DA7A5C0231255623
Octal226152471213404344512643
Binary100101101101101001111010101110001000111001001011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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