#97089A

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

Shades of Dark Magenta #97089A

Tints of Dark Magenta #97089A

Color information

#97089A (or 0x97089A) is unknown color: approx Dark Magenta. HEX triplet: 97, 08 and 9A. RGB value is (151,8,154). Sum of RGB (Red+Green+Blue) = 151+8+154=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #97089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97089A is #68F765. Grayscale: #424242. Windows color (decimal): -6879078 or 10094743. OLE color: 10094743.

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

Color convert

RGB1518154-
CMYK0.020.9500.40
HSL298.77º90.12%31.76%-
HSV(B)298.77º94.81%60.39%-
XYZ18.689.0931.34-
YUV67.4176.88187.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=48.24%
G=2.56%
B=49.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15181540.020.9500.40298.7790.1231.76
Hex9789A25F02812b5a20
Octal22710232213705045313240
Binary1001011110001001101010101111101010001001010111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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