#960E9B

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

Shades of Dark Magenta #960E9B

Tints of Dark Magenta #960E9B

Color information

#960E9B (or 0x960E9B) is unknown color: approx Dark Magenta. HEX triplet: 96, 0E and 9B. RGB value is (150,14,155). Sum of RGB (Red+Green+Blue) = 150+14+155=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #960E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960E9B is #69F164. Grayscale: #464646. Windows color (decimal): -6943077 or 10161814. OLE color: 10161814.

HSL color Cylindrical-coordinate representation of color #960E9B: hue angle of 297.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E9B is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15014155-
CMYK0.030.9100.39
HSL297.87º83.43%33.14%-
HSV(B)297.87º90.97%60.78%-
XYZ18.659.1631.8-
YUV70.74175.56184.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=47.02%
G=4.39%
B=48.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150141550.030.9100.39297.8783.4333.14
Hex96E9B35B02712a5321
Octal22616233313304745212341
Binary1001011011101001101111101101101001111001010101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,14,155); }

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

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

 a { background-color: rgb(150,14,155); }

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

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

 span { border-color: rgb(150,14,155); }

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