#960792

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

Shades of Dark Magenta #960792

Tints of Dark Magenta #960792

Color information

#960792 (or 0x960792) is unknown color: approx Dark Magenta. HEX triplet: 96, 07 and 92. RGB value is (150,7,146). Sum of RGB (Red+Green+Blue) = 150+7+146=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #960792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960792 is #69F86D. Grayscale: #414141. Windows color (decimal): -6944878 or 9570198. OLE color: 9570198.

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

Color convert

RGB1507146-
CMYK00.950.030.41
HSL301.68º91.08%30.78%-
HSV(B)301.68º95.33%58.82%-
XYZ17.848.7127.94-
YUV65.6173.38188.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 7 (3.12% from 255) = 2.31%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=49.50%
G=2.31%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150714600.950.030.41301.6891.0830.78
Hex9679205F32912e5b1f
Octal2267222013735145613337
Binary10010110111100100100101111111101001100101110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960792; }

 p { color: rgb(150,7,146); }

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

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

 a { background-color: rgb(150,7,146); }

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

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

 span { border-color: rgb(150,7,146); }

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