Html Css Color HEX #891183 Dark Magenta

📋 copy color: '#891183'

red 137 ◦ green 17 ◦ blue 131

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

Shades of Dark Magenta #891183

Tints of Dark Magenta #891183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

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

R = 48.07%
G = 5.96%
B = 45.96%

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

#891183 (or 0x891183) is known color: Dark Magenta. HEX triplet: 89, 11 and 83. RGB value is (137,17,131). Sum of RGB (Red+Green+Blue) = 137+17+131=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #891183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891183 is #76EE7C. Grayscale: #414141. Windows color (decimal): -7794301 or 8589705. OLE color: 8589705.

HSL color Cylindrical-coordinate representation of color #891183: hue angle of 303º degrees, saturation: 0.78, 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 #891183 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 131 -
CMYK 0 0.88 0.04 0.46
HSL 303º 0.78% 0.3% -
HSV(B) 303º 0.88% 0.54% -
XYZ 14.61 7.36 22.12 -
YUV 65.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 137 17 131 0 0.88 0.04 0.46 303 0.78 0.3
Hex 89 11 83 0 58 4 2E 12F 4E 1E
Octal 211 21 203 0 130 4 56 457 116 36
Binary 10001001 10001 10000011 0 1011000 100 101110 100101111 1001110 11110

Color Harmonies of #891183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891183

Black with #891183

Text Example


Text Example

White with #891183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891183; }

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

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

background-color css

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

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

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

border-color css

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

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

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