#970782

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

Shades of Dark Magenta #970782

Tints of Dark Magenta #970782

Color information

#970782 (or 0x970782) is unknown color: approx Dark Magenta. HEX triplet: 97, 07 and 82. RGB value is (151,7,130). Sum of RGB (Red+Green+Blue) = 151+7+130=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #970782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970782 is #68F87D. Grayscale: #3F3F3F. Windows color (decimal): -6879358 or 8521623. OLE color: 8521623.

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

Color convert

RGB1517130-
CMYK00.950.140.41
HSL308.75º91.14%30.98%-
HSV(B)308.75º95.36%59.22%-
XYZ16.878.3421.84-
YUV64.08165.21190-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 7 (3.12% from 255) = 2.43%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=52.43%
G=2.43%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151713000.950.140.41308.7591.1430.98
Hex9778205FE291355b1f
Octal22772020137165146513337
Binary1001011111110000010010111111110101001100110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970782; }

 p { color: rgb(151,7,130); }

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

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

 a { background-color: rgb(151,7,130); }

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

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

 span { border-color: rgb(151,7,130); }

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