Html Css Color HEX #89188B Dark Magenta

📋 copy color: '#89188B'

red 137 ◦ green 24 ◦ blue 139

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

Shades of Dark Magenta #89188B

Tints of Dark Magenta #89188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.33%

R = 45.67%
G = 8%
B = 46.33%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89188B (or 0x89188B) is known color: Dark Magenta. HEX triplet: 89, 18 and 8B. RGB value is (137,24,139). Sum of RGB (Red+Green+Blue) = 137+24+139=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #89188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89188B is #76E774. Grayscale: #464646. Windows color (decimal): -7792501 or 9115785. OLE color: 9115785.

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

Color convert

RGB 137 24 139 -
CMYK 0.01 0.83 0 0.45
HSL 298.96º 0.71% 0.32% -
HSV(B) 298.96º 0.83% 0.55% -
XYZ 15.3 7.84 25.13 -
YUV 70.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 137 24 139 0.01 0.83 0 0.45 298.96 0.71 0.32
Hex 89 18 8B 1 53 0 2D 12B 47 20
Octal 211 30 213 1 123 0 55 453 107 40
Binary 10001001 11000 10001011 1 1010011 0 101101 100101011 1000111 100000

Color Harmonies of #89188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89188B

Black with #89188B

Text Example


Text Example

White with #89188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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