Html Css Color HEX #891488 Dark Magenta

📋 copy color: '#891488'

red 137 ◦ green 20 ◦ blue 136

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

Shades of Dark Magenta #891488

Tints of Dark Magenta #891488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 46.76%
G = 6.83%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#891488 (or 0x891488) is known color: Dark Magenta. HEX triplet: 89, 14 and 88. RGB value is (137,20,136). Sum of RGB (Red+Green+Blue) = 137+20+136=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #891488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891488 is #76EB77. Grayscale: #434343. Windows color (decimal): -7793528 or 8918153. OLE color: 8918153.

HSL color Cylindrical-coordinate representation of color #891488: hue angle of 300.51º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891488 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 136 -
CMYK 0 0.85 0.01 0.46
HSL 300.51º 0.75% 0.31% -
HSV(B) 300.51º 0.85% 0.54% -
XYZ 15.01 7.6 23.97 -
YUV 68.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 137 20 136 0 0.85 0.01 0.46 300.51 0.75 0.31
Hex 89 14 88 0 55 1 2E 12D 4B 1F
Octal 211 24 210 0 125 1 56 455 113 37
Binary 10001001 10100 10001000 0 1010101 1 101110 100101101 1001011 11111

Color Harmonies of #891488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891488

Black with #891488

Text Example


Text Example

White with #891488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891488; }

 p { color: rgb(137,20,136); }

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

background-color css

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

 a { background-color: rgb(137,20,136); }

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

border-color css

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

 span { border-color: rgb(137,20,136); }

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