#970682

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

Shades of Dark Magenta #970682

Tints of Dark Magenta #970682

Color information

#970682 (or 0x970682) is unknown color: approx Dark Magenta. HEX triplet: 97, 06 and 82. RGB value is (151,6,130). Sum of RGB (Red+Green+Blue) = 151+6+130=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #970682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970682 is #68F97D. Grayscale: #3F3F3F. Windows color (decimal): -6879614 or 8521367. OLE color: 8521367.

HSL color Cylindrical-coordinate representation of color #970682: hue angle of 308.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970682 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB1516130-
CMYK00.960.140.41
HSL308.69º92.36%30.78%-
HSV(B)308.69º96.03%59.22%-
XYZ16.868.3221.84-
YUV63.49165.54190.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 6 (2.73% from 255) = 2.09%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=52.61%
G=2.09%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151613000.960.140.41308.6992.3630.78
Hex97682060E291355c1f
Octal22762020140165146513437
Binary1001011111010000010011000001110101001100110101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970682; }

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

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

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

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

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

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

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

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