#97098A

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

Shades of Dark Magenta #97098A

Tints of Dark Magenta #97098A

Color information

#97098A (or 0x97098A) is unknown color: approx Dark Magenta. HEX triplet: 97, 09 and 8A. RGB value is (151,9,138). Sum of RGB (Red+Green+Blue) = 151+9+138=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97098A is #68F675. Grayscale: #414141. Windows color (decimal): -6878838 or 9046423. OLE color: 9046423.

HSL color Cylindrical-coordinate representation of color #97098A: hue angle of 305.49º 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 #97098A is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB1519138-
CMYK00.940.090.41
HSL305.49º88.75%31.37%-
HSV(B)305.49º94.04%59.22%-
XYZ17.458.6124.79-
YUV66.16168.54188.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 9 (3.91% from 255) = 3.02%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=50.67%
G=3.02%
B=46.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151913800.940.090.41305.4988.7531.37
Hex9798A05E929131591f
Octal227112120136115146113137
Binary10010111100110001010010111101001101001100110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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