#960292

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

Shades of Dark Magenta #960292

Tints of Dark Magenta #960292

Color information

#960292 (or 0x960292) is unknown color: approx Dark Magenta. HEX triplet: 96, 02 and 92. RGB value is (150,2,146). Sum of RGB (Red+Green+Blue) = 150+2+146=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #960292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960292 is #69FD6D. Grayscale: #3E3E3E. Windows color (decimal): -6946158 or 9568918. OLE color: 9568918.

HSL color Cylindrical-coordinate representation of color #960292: hue angle of 301.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960292 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB1502146-
CMYK00.990.030.41
HSL301.62º97.37%29.8%-
HSV(B)301.62º98.67%58.82%-
XYZ17.798.627.92-
YUV62.67175.03190.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=50.34%
G=0.67%
B=48.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150214600.990.030.41301.6297.3729.8
Hex9629206332912e611e
Octal2262222014335145614136
Binary1001011010100100100110001111101001100101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960292; }

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

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

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

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

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

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

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

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