Html Css Color HEX #891097 Dark Magenta

📋 copy color: '#891097'

red 137 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #891097

Tints of Dark Magenta #891097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 45.07%
G = 5.26%
B = 49.67%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#891097 (or 0x891097) is known color: Dark Magenta. HEX triplet: 89, 10 and 97. RGB value is (137,16,151). Sum of RGB (Red+Green+Blue) = 137+16+151=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #891097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891097 is #76EF68. Grayscale: #434343. Windows color (decimal): -7794537 or 9900169. OLE color: 9900169.

HSL color Cylindrical-coordinate representation of color #891097: hue angle of 293.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #891097 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 16 151 -
CMYK 0.09 0.89 0 0.41
HSL 293.78º 0.81% 0.33% -
HSV(B) 293.78º 0.89% 0.59% -
XYZ 16.09 7.92 29.96 -
YUV 67.57 175.09 177.52 -
System Red Green Blue C M Y K H S L
Decimal 137 16 151 0.09 0.89 0 0.41 293.78 0.81 0.33
Hex 89 10 97 9 59 0 29 126 51 21
Octal 211 20 227 11 131 0 51 446 121 41
Binary 10001001 10000 10010111 1001 1011001 0 101001 100100110 1010001 100001

Color Harmonies of #891097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891097

Black with #891097

Text Example


Text Example

White with #891097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891097; }

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

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

background-color css

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

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

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

border-color css

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

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

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