#97089B

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

Shades of Dark Magenta #97089B

Tints of Dark Magenta #97089B

Color information

#97089B (or 0x97089B) is unknown color: approx Dark Magenta. HEX triplet: 97, 08 and 9B. RGB value is (151,8,155). Sum of RGB (Red+Green+Blue) = 151+8+155=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #97089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97089B is #68F764. Grayscale: #434343. Windows color (decimal): -6879077 or 10160279. OLE color: 10160279.

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

Color convert

RGB1518155-
CMYK0.030.9500.39
HSL298.37º90.18%31.96%-
HSV(B)298.37º94.84%60.78%-
XYZ18.779.1231.78-
YUV67.52177.38187.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 8 (3.52% from 255) = 2.55%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=48.09%
G=2.55%
B=49.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15181550.030.9500.39298.3790.1831.96
Hex9789B35F02712a5a20
Octal22710233313704745213240
Binary1001011110001001101111101111101001111001010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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