Html Css Color HEX #891393 Dark Magenta

📋 copy color: '#891393'

red 137 ◦ green 19 ◦ blue 147

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

Shades of Dark Magenta #891393

Tints of Dark Magenta #891393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

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

R = 45.21%
G = 6.27%
B = 48.51%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891393 (or 0x891393) is known color: Dark Magenta. HEX triplet: 89, 13 and 93. RGB value is (137,19,147). Sum of RGB (Red+Green+Blue) = 137+19+147=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #891393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891393 is #76EC6C. Grayscale: #444444. Windows color (decimal): -7793773 or 9638793. OLE color: 9638793.

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

Color convert

RGB 137 19 147 -
CMYK 0.07 0.87 0 0.42
HSL 295.31º 0.77% 0.33% -
HSV(B) 295.31º 0.87% 0.58% -
XYZ 15.82 7.89 28.29 -
YUV 68.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 137 19 147 0.07 0.87 0 0.42 295.31 0.77 0.33
Hex 89 13 93 7 57 0 2A 127 4D 21
Octal 211 23 223 7 127 0 52 447 115 41
Binary 10001001 10011 10010011 111 1010111 0 101010 100100111 1001101 100001

Color Harmonies of #891393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891393

Black with #891393

Text Example


Text Example

White with #891393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891393; }

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

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

background-color css

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

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

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

border-color css

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

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

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