#970B82

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

Shades of Dark Magenta #970B82

Tints of Dark Magenta #970B82

Color information

#970B82 (or 0x970B82) is unknown color: approx Dark Magenta. HEX triplet: 97, 0B and 82. RGB value is (151,11,130). Sum of RGB (Red+Green+Blue) = 151+11+130=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #970B82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970B82 is #68F47D. Grayscale: #424242. Windows color (decimal): -6878334 or 8522647. OLE color: 8522647.

HSL color Cylindrical-coordinate representation of color #970B82: hue angle of 309º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B82 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15111130-
CMYK00.930.140.41
HSL309º86.42%31.76%-
HSV(B)309º92.72%59.22%-
XYZ16.918.4321.85-
YUV66.43163.88188.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.71%
GREEN value IS 11 (4.69% from 255) = 3.77%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=51.71%
G=3.77%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511113000.930.140.4130986.4231.76
Hex97B8205DE291355620
Octal227132020135165146512640
Binary100101111011100000100101110111101010011001101011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970B82; }

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

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

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

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

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

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

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

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