#960B9E

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

Shades of Dark Magenta #960B9E

Tints of Dark Magenta #960B9E

Color information

#960B9E (or 0x960B9E) is unknown color: approx Dark Magenta. HEX triplet: 96, 0B and 9E. RGB value is (150,11,158). Sum of RGB (Red+Green+Blue) = 150+11+158=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #960B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960B9E is #69F461. Grayscale: #444444. Windows color (decimal): -6943842 or 10357654. OLE color: 10357654.

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

Color convert

RGB15011158-
CMYK0.050.9300.38
HSL296.73º86.98%33.14%-
HSV(B)296.73º93.04%61.96%-
XYZ18.879.1933.13-
YUV69.32178.05185.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 11 (4.69% from 255) = 3.45%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=47.02%
G=3.45%
B=49.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150111580.050.9300.38296.7386.9833.14
Hex96B9E55D0261295721
Octal22613236513504645112741
Binary10010110101110011110101101110101001101001010011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,11,158); }

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

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

 a { background-color: rgb(150,11,158); }

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

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

 span { border-color: rgb(150,11,158); }

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