Html Css Color HEX #891599 Dark Magenta

📋 copy color: '#891599'

red 137 ◦ green 21 ◦ blue 153

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

Shades of Dark Magenta #891599

Tints of Dark Magenta #891599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 44.05%
G = 6.75%
B = 49.2%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#891599 (or 0x891599) is known color: Dark Magenta. HEX triplet: 89, 15 and 99. RGB value is (137,21,153). Sum of RGB (Red+Green+Blue) = 137+21+153=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #891599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891599 is #76EA66. Grayscale: #464646. Windows color (decimal): -7793255 or 10032521. OLE color: 10032521.

HSL color Cylindrical-coordinate representation of color #891599: hue angle of 292.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891599 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 21 153 -
CMYK 0.10 0.86 0 0.4
HSL 292.73º 0.76% 0.34% -
HSV(B) 292.73º 0.86% 0.6% -
XYZ 16.33 8.15 30.85 -
YUV 70.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 137 21 153 0.10 0.86 0 0.4 292.73 0.76 0.34
Hex 89 15 99 A 56 0 28 125 4C 22
Octal 211 25 231 12 126 0 50 445 114 42
Binary 10001001 10101 10011001 1010 1010110 0 101000 100100101 1001100 100010

Color Harmonies of #891599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891599

Black with #891599

Text Example


Text Example

White with #891599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891599; }

 p { color: rgb(137,21,153); }

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

background-color css

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

 a { background-color: rgb(137,21,153); }

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

border-color css

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

 span { border-color: rgb(137,21,153); }

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