Html Css Color HEX #891299 Dark Magenta

📋 copy color: '#891299'

red 137 ◦ green 18 ◦ blue 153

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

Shades of Dark Magenta #891299

Tints of Dark Magenta #891299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

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

R = 44.48%
G = 5.84%
B = 49.68%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#891299 (or 0x891299) is known color: Dark Magenta. HEX triplet: 89, 12 and 99. RGB value is (137,18,153). Sum of RGB (Red+Green+Blue) = 137+18+153=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #891299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891299 is #76ED66. Grayscale: #444444. Windows color (decimal): -7794023 or 10031753. OLE color: 10031753.

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

Color convert

RGB 137 18 153 -
CMYK 0.10 0.88 0 0.4
HSL 292.89º 0.79% 0.34% -
HSV(B) 292.89º 0.88% 0.6% -
XYZ 16.28 8.05 30.83 -
YUV 68.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 137 18 153 0.10 0.88 0 0.4 292.89 0.79 0.34
Hex 89 12 99 A 58 0 28 125 4F 22
Octal 211 22 231 12 130 0 50 445 117 42
Binary 10001001 10010 10011001 1010 1011000 0 101000 100100101 1001111 100010

Color Harmonies of #891299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891299

Black with #891299

Text Example


Text Example

White with #891299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891299; }

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

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

background-color css

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

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

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

border-color css

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

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

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