Html Css Color HEX #891093 Dark Magenta

📋 copy color: '#891093'

red 137 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #891093

Tints of Dark Magenta #891093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

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

R = 45.67%
G = 5.33%
B = 49%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891093 (or 0x891093) is known color: Dark Magenta. HEX triplet: 89, 10 and 93. RGB value is (137,16,147). Sum of RGB (Red+Green+Blue) = 137+16+147=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #891093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891093 is #76EF6C. Grayscale: #424242. Windows color (decimal): -7794541 or 9638025. OLE color: 9638025.

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

Color convert

RGB 137 16 147 -
CMYK 0.07 0.89 0 0.42
HSL 295.42º 0.8% 0.32% -
HSV(B) 295.42º 0.89% 0.58% -
XYZ 15.77 7.8 28.28 -
YUV 67.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 137 16 147 0.07 0.89 0 0.42 295.42 0.8 0.32
Hex 89 10 93 7 59 0 2A 127 50 20
Octal 211 20 223 7 131 0 52 447 120 40
Binary 10001001 10000 10010011 111 1011001 0 101010 100100111 1010000 100000

Color Harmonies of #891093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891093

Black with #891093

Text Example


Text Example

White with #891093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891093; }

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

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

background-color css

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

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

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

border-color css

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

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

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