#97088A

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

Shades of Dark Magenta #97088A

Tints of Dark Magenta #97088A

Color information

#97088A (or 0x97088A) is unknown color: approx Dark Magenta. HEX triplet: 97, 08 and 8A. RGB value is (151,8,138). Sum of RGB (Red+Green+Blue) = 151+8+138=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97088A is #68F775. Grayscale: #414141. Windows color (decimal): -6879094 or 9046167. OLE color: 9046167.

HSL color Cylindrical-coordinate representation of color #97088A: hue angle of 305.45º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97088A is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB1518138-
CMYK00.950.090.41
HSL305.45º89.94%31.18%-
HSV(B)305.45º94.7%59.22%-
XYZ17.448.5924.78-
YUV65.58168.88188.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 8 (3.52% from 255) = 2.69%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=50.84%
G=2.69%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151813800.950.090.41305.4589.9431.18
Hex9788A05F9291315a1f
Octal227102120137115146113237
Binary10010111100010001010010111111001101001100110001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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