#97088B

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

Shades of Dark Magenta #97088B

Tints of Dark Magenta #97088B

Color information

#97088B (or 0x97088B) is unknown color: approx Dark Magenta. HEX triplet: 97, 08 and 8B. RGB value is (151,8,139). Sum of RGB (Red+Green+Blue) = 151+8+139=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97088B is #68F774. Grayscale: #414141. Windows color (decimal): -6879093 or 9111703. OLE color: 9111703.

HSL color Cylindrical-coordinate representation of color #97088B: hue angle of 305.03º 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 #97088B is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB1518139-
CMYK00.950.080.41
HSL305.03º89.94%31.18%-
HSV(B)305.03º94.7%59.22%-
XYZ17.518.6225.17-
YUV65.69169.38188.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=50.67%
G=2.68%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151813900.950.080.41305.0389.9431.18
Hex9788B05F8291315a1f
Octal227102130137105146113237
Binary10010111100010001011010111111000101001100110001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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