#970283

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

Shades of Dark Magenta #970283

Tints of Dark Magenta #970283

Color information

#970283 (or 0x970283) is unknown color: approx Dark Magenta. HEX triplet: 97, 02 and 83. RGB value is (151,2,131). Sum of RGB (Red+Green+Blue) = 151+2+131=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #970283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970283 is #68FD7C. Grayscale: #3C3C3C. Windows color (decimal): -6880637 or 8585879. OLE color: 8585879.

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

Color convert

RGB1512131-
CMYK00.990.130.41
HSL308.05º97.39%30%-
HSV(B)308.05º98.68%59.22%-
XYZ16.888.2622.18-
YUV61.26167.36192.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.17%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=53.17%
G=0.70%
B=46.13%

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
Decimal151213100.990.130.41308.0597.3930
Hex97283063D29134611e
Octal22722030143155146414136
Binary100101111010000011011000111101101001100110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970283; }

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

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

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

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

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

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

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

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