Html Css Color HEX #89198C Dark Magenta

📋 copy color: '#89198C'

red 137 ◦ green 25 ◦ blue 140

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

Shades of Dark Magenta #89198C

Tints of Dark Magenta #89198C

RGB

 RED value IS 137 (53.91% from 255) = 45.36%

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 45.36%
G = 8.28%
B = 46.36%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89198C (or 0x89198C) is known color: Dark Magenta. HEX triplet: 89, 19 and 8C. RGB value is (137,25,140). Sum of RGB (Red+Green+Blue) = 137+25+140=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #89198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89198C is #76E673. Grayscale: #474747. Windows color (decimal): -7792244 or 9181577. OLE color: 9181577.

HSL color Cylindrical-coordinate representation of color #89198C: hue angle of 298.43º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89198C is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 25 140 -
CMYK 0.02 0.82 0 0.45
HSL 298.43º 0.7% 0.32% -
HSV(B) 298.43º 0.82% 0.55% -
XYZ 15.4 7.91 25.53 -
YUV 71.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 137 25 140 0.02 0.82 0 0.45 298.43 0.7 0.32
Hex 89 19 8C 2 52 0 2D 12A 46 20
Octal 211 31 214 2 122 0 55 452 106 40
Binary 10001001 11001 10001100 10 1010010 0 101101 100101010 1000110 100000

Color Harmonies of #89198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89198C

Black with #89198C

Text Example


Text Example

White with #89198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89198C; }

 p { color: rgb(137,25,140); }

 H1.HeaderClassName
 {
   color: #89198C;
 }
 .AnyTagClassName
 {
   color: #89198C;
 }
</style>

background-color css

<style>
 a { background-color: #89198C; }

 a { background-color: rgb(137,25,140); }

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

border-color css

<style>
 span { border-color: #89198C; }

 span { border-color: rgb(137,25,140); }

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