Html Css Color HEX #891895 Dark Magenta

📋 copy color: '#891895'

red 137 ◦ green 24 ◦ blue 149

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

Shades of Dark Magenta #891895

Tints of Dark Magenta #891895

RGB

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

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

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

R = 44.19%
G = 7.74%
B = 48.06%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891895 (or 0x891895) is known color: Dark Magenta. HEX triplet: 89, 18 and 95. RGB value is (137,24,149). Sum of RGB (Red+Green+Blue) = 137+24+149=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #891895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891895 is #76E76A. Grayscale: #474747. Windows color (decimal): -7792491 or 9771145. OLE color: 9771145.

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

Color convert

RGB 137 24 149 -
CMYK 0.08 0.84 0 0.42
HSL 294.24º 0.72% 0.34% -
HSV(B) 294.24º 0.84% 0.58% -
XYZ 16.07 8.14 29.16 -
YUV 72.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 137 24 149 0.08 0.84 0 0.42 294.24 0.72 0.34
Hex 89 18 95 8 54 0 2A 126 48 22
Octal 211 30 225 10 124 0 52 446 110 42
Binary 10001001 11000 10010101 1000 1010100 0 101010 100100110 1001000 100010

Color Harmonies of #891895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891895

Black with #891895

Text Example


Text Example

White with #891895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891895; }

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

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

background-color css

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

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

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

border-color css

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

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

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