Html Css Color HEX #89188D Dark Magenta

📋 copy color: '#89188D'

red 137 ◦ green 24 ◦ blue 141

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

Shades of Dark Magenta #89188D

Tints of Dark Magenta #89188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 45.36%
G = 7.95%
B = 46.69%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89188D (or 0x89188D) is known color: Dark Magenta. HEX triplet: 89, 18 and 8D. RGB value is (137,24,141). Sum of RGB (Red+Green+Blue) = 137+24+141=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #89188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89188D is #76E772. Grayscale: #464646. Windows color (decimal): -7792499 or 9246857. OLE color: 9246857.

HSL color Cylindrical-coordinate representation of color #89188D: hue angle of 297.95º 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 #89188D is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 24 141 -
CMYK 0.03 0.83 0 0.45
HSL 297.95º 0.71% 0.32% -
HSV(B) 297.95º 0.83% 0.55% -
XYZ 15.45 7.89 25.91 -
YUV 71.13 167.44 174.99 -
System Red Green Blue C M Y K H S L
Decimal 137 24 141 0.03 0.83 0 0.45 297.95 0.71 0.32
Hex 89 18 8D 3 53 0 2D 12A 47 20
Octal 211 30 215 3 123 0 55 452 107 40
Binary 10001001 11000 10001101 11 1010011 0 101101 100101010 1000111 100000

Color Harmonies of #89188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89188D

Black with #89188D

Text Example


Text Example

White with #89188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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