Html Css Color HEX #891095 Dark Magenta

📋 copy color: '#891095'

red 137 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #891095

Tints of Dark Magenta #891095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 45.36%
G = 5.3%
B = 49.34%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891095 (or 0x891095) is known color: Dark Magenta. HEX triplet: 89, 10 and 95. RGB value is (137,16,149). Sum of RGB (Red+Green+Blue) = 137+16+149=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #891095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891095 is #76EF6A. Grayscale: #424242. Windows color (decimal): -7794539 or 9769097. OLE color: 9769097.

HSL color Cylindrical-coordinate representation of color #891095: hue angle of 294.59º degrees, saturation: 0.81, 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 #891095 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 16 149 -
CMYK 0.08 0.89 0 0.42
HSL 294.59º 0.81% 0.32% -
HSV(B) 294.59º 0.89% 0.58% -
XYZ 15.93 7.86 29.11 -
YUV 67.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 137 16 149 0.08 0.89 0 0.42 294.59 0.81 0.32
Hex 89 10 95 8 59 0 2A 127 51 20
Octal 211 20 225 10 131 0 52 447 121 40
Binary 10001001 10000 10010101 1000 1011001 0 101010 100100111 1010001 100000

Color Harmonies of #891095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891095

Black with #891095

Text Example


Text Example

White with #891095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891095; }

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

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

background-color css

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

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

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

border-color css

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

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

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