Html Css Color HEX #891595 Dark Magenta

📋 copy color: '#891595'

red 137 ◦ green 21 ◦ blue 149

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

Shades of Dark Magenta #891595

Tints of Dark Magenta #891595

RGB

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

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

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

R = 44.63%
G = 6.84%
B = 48.53%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891595 (or 0x891595) is known color: Dark Magenta. HEX triplet: 89, 15 and 95. RGB value is (137,21,149). Sum of RGB (Red+Green+Blue) = 137+21+149=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #891595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891595 is #76EA6A. Grayscale: #454545. Windows color (decimal): -7793259 or 9770377. OLE color: 9770377.

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

Color convert

RGB 137 21 149 -
CMYK 0.08 0.86 0 0.42
HSL 294.38º 0.75% 0.33% -
HSV(B) 294.38º 0.86% 0.58% -
XYZ 16.01 8.02 29.14 -
YUV 70.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 137 21 149 0.08 0.86 0 0.42 294.38 0.75 0.33
Hex 89 15 95 8 56 0 2A 126 4B 21
Octal 211 25 225 10 126 0 52 446 113 41
Binary 10001001 10101 10010101 1000 1010110 0 101010 100100110 1001011 100001

Color Harmonies of #891595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891595

Black with #891595

Text Example


Text Example

White with #891595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891595; }

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

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

background-color css

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

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

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

border-color css

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

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

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