Html Css Color HEX #891185 Dark Magenta

📋 copy color: '#891185'

red 137 ◦ green 17 ◦ blue 133

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

Shades of Dark Magenta #891185

Tints of Dark Magenta #891185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 47.74%
G = 5.92%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#891185 (or 0x891185) is known color: Dark Magenta. HEX triplet: 89, 11 and 85. RGB value is (137,17,133). Sum of RGB (Red+Green+Blue) = 137+17+133=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #891185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891185 is #76EE7A. Grayscale: #414141. Windows color (decimal): -7794299 or 8720777. OLE color: 8720777.

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

Color convert

RGB 137 17 133 -
CMYK 0 0.88 0.03 0.46
HSL 302º 0.78% 0.3% -
HSV(B) 302º 0.88% 0.54% -
XYZ 14.75 7.41 22.84 -
YUV 66.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 137 17 133 0 0.88 0.03 0.46 302 0.78 0.3
Hex 89 11 85 0 58 3 2E 12E 4E 1E
Octal 211 21 205 0 130 3 56 456 116 36
Binary 10001001 10001 10000101 0 1011000 11 101110 100101110 1001110 11110

Color Harmonies of #891185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891185

Black with #891185

Text Example


Text Example

White with #891185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891185; }

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

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

background-color css

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

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

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

border-color css

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

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

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