Html Css Color HEX #891899 Dark Magenta

📋 copy color: '#891899'

red 137 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #891899

Tints of Dark Magenta #891899

RGB

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

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

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

R = 43.63%
G = 7.64%
B = 48.73%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#891899 (or 0x891899) is known color: Dark Magenta. HEX triplet: 89, 18 and 99. RGB value is (137,24,153). Sum of RGB (Red+Green+Blue) = 137+24+153=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #891899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891899 is #76E766. Grayscale: #484848. Windows color (decimal): -7792487 or 10033289. OLE color: 10033289.

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

Color convert

RGB 137 24 153 -
CMYK 0.10 0.84 0 0.4
HSL 292.56º 0.73% 0.35% -
HSV(B) 292.56º 0.84% 0.6% -
XYZ 16.39 8.27 30.87 -
YUV 72.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 137 24 153 0.10 0.84 0 0.4 292.56 0.73 0.35
Hex 89 18 99 A 54 0 28 125 49 23
Octal 211 30 231 12 124 0 50 445 111 43
Binary 10001001 11000 10011001 1010 1010100 0 101000 100100101 1001001 100011

Color Harmonies of #891899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891899

Black with #891899

Text Example


Text Example

White with #891899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891899; }

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

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

background-color css

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

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

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

border-color css

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

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

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