Html Css Color HEX #891795 Dark Magenta

📋 copy color: '#891795'

red 137 ◦ green 23 ◦ blue 149

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

Shades of Dark Magenta #891795

Tints of Dark Magenta #891795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

 BLUE value IS 149 (58.59% from 255) = 48.22%

R = 44.34%
G = 7.44%
B = 48.22%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891795 (or 0x891795) is known color: Dark Magenta. HEX triplet: 89, 17 and 95. RGB value is (137,23,149). Sum of RGB (Red+Green+Blue) = 137+23+149=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #891795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891795 is #76E86A. Grayscale: #474747. Windows color (decimal): -7792747 or 9770889. OLE color: 9770889.

HSL color Cylindrical-coordinate representation of color #891795: hue angle of 294.29º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891795 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 23 149 -
CMYK 0.08 0.85 0 0.42
HSL 294.29º 0.73% 0.34% -
HSV(B) 294.29º 0.85% 0.58% -
XYZ 16.05 8.1 29.15 -
YUV 71.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 137 23 149 0.08 0.85 0 0.42 294.29 0.73 0.34
Hex 89 17 95 8 55 0 2A 126 49 22
Octal 211 27 225 10 125 0 52 446 111 42
Binary 10001001 10111 10010101 1000 1010101 0 101010 100100110 1001001 100010

Color Harmonies of #891795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891795

Black with #891795

Text Example


Text Example

White with #891795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891795; }

 p { color: rgb(137,23,149); }

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

background-color css

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

 a { background-color: rgb(137,23,149); }

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

border-color css

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

 span { border-color: rgb(137,23,149); }

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