#970083

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

Shades of Dark Magenta #970083

Tints of Dark Magenta #970083

Color information

#970083 (or 0x970083) is unknown color: approx Dark Magenta. HEX triplet: 97, 00 and 83. RGB value is (151,0,131). Sum of RGB (Red+Green+Blue) = 151+0+131=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #970083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970083 is #68FF7C. Grayscale: #3B3B3B. Windows color (decimal): -6881149 or 8585367. OLE color: 8585367.

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

Color convert

RGB1510131-
CMYK010.130.41
HSL307.95º100%29.61%-
HSV(B)307.95º100%59.22%-
XYZ16.868.2222.17-
YUV60.08168.03192.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=53.55%
G=0%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1510131010.130.41307.9510029.61
Hex97083064D29134641e
Octal22702030144155146414436
Binary10010111010000011011001001101101001100110100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970083; }

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

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

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

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

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

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

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

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