Html Css Color HEX #891793 Dark Magenta

📋 copy color: '#891793'

red 137 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #891793

Tints of Dark Magenta #891793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.88%

R = 44.63%
G = 7.49%
B = 47.88%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891793 (or 0x891793) is known color: Dark Magenta. HEX triplet: 89, 17 and 93. RGB value is (137,23,147). Sum of RGB (Red+Green+Blue) = 137+23+147=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #891793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891793 is #76E86C. Grayscale: #464646. Windows color (decimal): -7792749 or 9639817. OLE color: 9639817.

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

Color convert

RGB 137 23 147 -
CMYK 0.07 0.84 0 0.42
HSL 295.16º 0.73% 0.33% -
HSV(B) 295.16º 0.84% 0.58% -
XYZ 15.89 8.04 28.32 -
YUV 71.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 137 23 147 0.07 0.84 0 0.42 295.16 0.73 0.33
Hex 89 17 93 7 54 0 2A 127 49 21
Octal 211 27 223 7 124 0 52 447 111 41
Binary 10001001 10111 10010011 111 1010100 0 101010 100100111 1001001 100001

Color Harmonies of #891793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891793

Black with #891793

Text Example


Text Example

White with #891793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891793; }

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

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

background-color css

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

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

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

border-color css

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

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

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