Html Css Color HEX #97189A Dark Magenta

📋 copy color: '#97189A'

red 151 ◦ green 24 ◦ blue 154

#97189A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #97189A

Tints of Dark Magenta #97189A

RGB

 RED value IS 151 (59.38% from 255) = 45.9%

 GREEN value IS 24 (9.77% from 255) = 7.29%

 BLUE value IS 154 (60.55% from 255) = 46.81%

R = 45.9%
G = 7.29%
B = 46.81%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#97189A (or 0x97189A) is known color: Dark Magenta. HEX triplet: 97, 18 and 9A. RGB value is (151,24,154). Sum of RGB (Red+Green+Blue) = 151+24+154=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #97189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97189A is #68E765. Grayscale: #4C4C4C. Windows color (decimal): -6874982 or 10098839. OLE color: 10098839.

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

Color convert

RGB 151 24 154 -
CMYK 0.02 0.84 0 0.40
HSL 298.62º 0.73% 0.35% -
HSV(B) 298.62º 0.84% 0.6% -
XYZ 18.92 9.57 31.42 -
YUV 76.79 171.58 180.93 -
System Red Green Blue C M Y K H S L
Decimal 151 24 154 0.02 0.84 0 0.40 298.62 0.73 0.35
Hex 97 18 9A 2 54 0 28 12B 49 23
Octal 227 30 232 2 124 0 50 453 111 43
Binary 10010111 11000 10011010 10 1010100 0 101000 100101011 1001001 100011

Color Harmonies of #97189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97189A

Black with #97189A

Text Example


Text Example

White with #97189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97189A;
 }
 .AnyTagClassName
 {
   color: #97189A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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