#970284

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

Shades of Dark Magenta #970284

Tints of Dark Magenta #970284

Color information

#970284 (or 0x970284) is unknown color: approx Dark Magenta. HEX triplet: 97, 02 and 84. RGB value is (151,2,132). Sum of RGB (Red+Green+Blue) = 151+2+132=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #970284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970284 is #68FD7B. Grayscale: #3D3D3D. Windows color (decimal): -6880636 or 8651415. OLE color: 8651415.

HSL color Cylindrical-coordinate representation of color #970284: hue angle of 307.65º 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 #970284 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB1512132-
CMYK00.990.130.41
HSL307.65º97.39%30%-
HSV(B)307.65º98.68%59.22%-
XYZ16.958.2922.54-
YUV61.37167.86191.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.98%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=52.98%
G=0.70%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151213200.990.130.41307.6597.3930
Hex97284063D29134611e
Octal22722040143155146414136
Binary100101111010000100011000111101101001100110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970284; }

 p { color: rgb(151,2,132); }

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

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

 a { background-color: rgb(151,2,132); }

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

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

 span { border-color: rgb(151,2,132); }

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