Html Css Color HEX #891993 Dark Magenta

📋 copy color: '#891993'

red 137 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #891993

Tints of Dark Magenta #891993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

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

R = 44.34%
G = 8.09%
B = 47.57%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891993 (or 0x891993) is known color: Dark Magenta. HEX triplet: 89, 19 and 93. RGB value is (137,25,147). Sum of RGB (Red+Green+Blue) = 137+25+147=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #891993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891993 is #76E66C. Grayscale: #484848. Windows color (decimal): -7792237 or 9640329. OLE color: 9640329.

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

Color convert

RGB 137 25 147 -
CMYK 0.07 0.83 0 0.42
HSL 295.08º 0.71% 0.34% -
HSV(B) 295.08º 0.83% 0.58% -
XYZ 15.93 8.12 28.33 -
YUV 72.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 137 25 147 0.07 0.83 0 0.42 295.08 0.71 0.34
Hex 89 19 93 7 53 0 2A 127 47 22
Octal 211 31 223 7 123 0 52 447 107 42
Binary 10001001 11001 10010011 111 1010011 0 101010 100100111 1000111 100010

Color Harmonies of #891993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891993

Black with #891993

Text Example


Text Example

White with #891993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891993; }

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

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

background-color css

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

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

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

border-color css

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

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

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