Html Css Color HEX #89188C Dark Magenta

📋 copy color: '#89188C'

red 137 ◦ green 24 ◦ blue 140

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

Shades of Dark Magenta #89188C

Tints of Dark Magenta #89188C

RGB

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

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

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

R = 45.51%
G = 7.97%
B = 46.51%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89188C (or 0x89188C) is known color: Dark Magenta. HEX triplet: 89, 18 and 8C. RGB value is (137,24,140). Sum of RGB (Red+Green+Blue) = 137+24+140=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #89188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89188C is #76E773. Grayscale: #464646. Windows color (decimal): -7792500 or 9181321. OLE color: 9181321.

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

Color convert

RGB 137 24 140 -
CMYK 0.02 0.83 0 0.45
HSL 298.45º 0.71% 0.32% -
HSV(B) 298.45º 0.83% 0.55% -
XYZ 15.38 7.87 25.52 -
YUV 71.01 166.94 175.07 -
System Red Green Blue C M Y K H S L
Decimal 137 24 140 0.02 0.83 0 0.45 298.45 0.71 0.32
Hex 89 18 8C 2 53 0 2D 12A 47 20
Octal 211 30 214 2 123 0 55 452 107 40
Binary 10001001 11000 10001100 10 1010011 0 101101 100101010 1000111 100000

Color Harmonies of #89188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89188C

Black with #89188C

Text Example


Text Example

White with #89188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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