Html Css Color HEX #891083 Dark Magenta

📋 copy color: '#891083'

red 137 ◦ green 16 ◦ blue 131

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

Shades of Dark Magenta #891083

Tints of Dark Magenta #891083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 48.24%
G = 5.63%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#891083 (or 0x891083) is known color: Dark Magenta. HEX triplet: 89, 10 and 83. RGB value is (137,16,131). Sum of RGB (Red+Green+Blue) = 137+16+131=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #891083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891083 is #76EF7C. Grayscale: #404040. Windows color (decimal): -7794557 or 8589449. OLE color: 8589449.

HSL color Cylindrical-coordinate representation of color #891083: hue angle of 302.98º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891083 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 16 131 -
CMYK 0 0.88 0.04 0.46
HSL 302.98º 0.79% 0.3% -
HSV(B) 302.98º 0.88% 0.54% -
XYZ 14.6 7.33 22.12 -
YUV 65.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 137 16 131 0 0.88 0.04 0.46 302.98 0.79 0.3
Hex 89 10 83 0 58 4 2E 12F 4F 1E
Octal 211 20 203 0 130 4 56 457 117 36
Binary 10001001 10000 10000011 0 1011000 100 101110 100101111 1001111 11110

Color Harmonies of #891083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891083

Black with #891083

Text Example


Text Example

White with #891083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891083; }

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

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

background-color css

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

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

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

border-color css

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

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

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