Html Css Color HEX #891098 Dark Magenta

📋 copy color: '#891098'

red 137 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #891098

Tints of Dark Magenta #891098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 44.92%
G = 5.25%
B = 49.84%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#891098 (or 0x891098) is known color: Dark Magenta. HEX triplet: 89, 10 and 98. RGB value is (137,16,152). Sum of RGB (Red+Green+Blue) = 137+16+152=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #891098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891098 is #76EF67. Grayscale: #434343. Windows color (decimal): -7794536 or 9965705. OLE color: 9965705.

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

Color convert

RGB 137 16 152 -
CMYK 0.10 0.89 0 0.40
HSL 293.38º 0.81% 0.33% -
HSV(B) 293.38º 0.89% 0.6% -
XYZ 16.17 7.96 30.39 -
YUV 67.68 175.59 177.44 -
System Red Green Blue C M Y K H S L
Decimal 137 16 152 0.10 0.89 0 0.40 293.38 0.81 0.33
Hex 89 10 98 A 59 0 28 125 51 21
Octal 211 20 230 12 131 0 50 445 121 41
Binary 10001001 10000 10011000 1010 1011001 0 101000 100100101 1010001 100001

Color Harmonies of #891098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891098

Black with #891098

Text Example


Text Example

White with #891098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891098; }

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

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

background-color css

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

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

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

border-color css

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

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

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