#97098F

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

Shades of Dark Magenta #97098F

Tints of Dark Magenta #97098F

Color information

#97098F (or 0x97098F) is unknown color: approx Dark Magenta. HEX triplet: 97, 09 and 8F. RGB value is (151,9,143). Sum of RGB (Red+Green+Blue) = 151+9+143=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #97098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97098F is #68F670. Grayscale: #424242. Windows color (decimal): -6878833 or 9374103. OLE color: 9374103.

HSL color Cylindrical-coordinate representation of color #97098F: hue angle of 303.38º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97098F is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB1519143-
CMYK00.940.050.41
HSL303.38º88.75%31.37%-
HSV(B)303.38º94.04%59.22%-
XYZ17.828.7626.74-
YUV66.73171.04188.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 9 (3.91% from 255) = 2.97%
BLUE value IS 143 (56.25% from 255) = 47.19%
R=49.83%
G=2.97%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151914300.940.050.41303.3888.7531.37
Hex9798F05E52912f591f
Octal22711217013655145713137
Binary1001011110011000111101011110101101001100101111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97098F; }

 p { color: rgb(151,9,143); }

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

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

 a { background-color: rgb(151,9,143); }

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

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

 span { border-color: rgb(151,9,143); }

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