#97099B

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

Shades of Dark Magenta #97099B

Tints of Dark Magenta #97099B

Color information

#97099B (or 0x97099B) is unknown color: approx Dark Magenta. HEX triplet: 97, 09 and 9B. RGB value is (151,9,155). Sum of RGB (Red+Green+Blue) = 151+9+155=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #97099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97099B is #68F664. Grayscale: #434343. Windows color (decimal): -6878821 or 10160535. OLE color: 10160535.

HSL color Cylindrical-coordinate representation of color #97099B: hue angle of 298.36º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97099B is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1519155-
CMYK0.030.9400.39
HSL298.36º89.02%32.16%-
HSV(B)298.36º94.19%60.78%-
XYZ18.789.1431.79-
YUV68.1177.04187.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 9 (3.91% from 255) = 2.86%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=47.94%
G=2.86%
B=49.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15191550.030.9400.39298.3689.0232.16
Hex9799B35E02712a5920
Octal22711233313604745213140
Binary1001011110011001101111101111001001111001010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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