#97089D

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

Shades of Dark Magenta #97089D

Tints of Dark Magenta #97089D

Color information

#97089D (or 0x97089D) is unknown color: approx Dark Magenta. HEX triplet: 97, 08 and 9D. RGB value is (151,8,157). Sum of RGB (Red+Green+Blue) = 151+8+157=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #97089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97089D is #68F762. Grayscale: #434343. Windows color (decimal): -6879075 or 10291351. OLE color: 10291351.

HSL color Cylindrical-coordinate representation of color #97089D: hue angle of 297.58º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97089D is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1518157-
CMYK0.040.9500.38
HSL297.58º90.3%32.35%-
HSV(B)297.58º94.9%61.57%-
XYZ18.949.1932.67-
YUV67.74178.38187.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.78%
GREEN value IS 8 (3.52% from 255) = 2.53%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=47.78%
G=2.53%
B=49.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15181570.040.9500.38297.5890.332.35
Hex9789D45F02612a5a20
Octal22710235413704645213240
Binary10010111100010011101100101111101001101001010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97089D; }

 p { color: rgb(151,8,157); }

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

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

 a { background-color: rgb(151,8,157); }

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

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

 span { border-color: rgb(151,8,157); }

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