Html Css Color HEX #890998 Dark Magenta

📋 copy color: '#890998'

red 137 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #890998

Tints of Dark Magenta #890998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

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

R = 45.97%
G = 3.02%
B = 51.01%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#890998 (or 0x890998) is known color: Dark Magenta. HEX triplet: 89, 09 and 98. RGB value is (137,9,152). Sum of RGB (Red+Green+Blue) = 137+9+152=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #890998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890998 is #76F667. Grayscale: #3F3F3F. Windows color (decimal): -7796328 or 9963913. OLE color: 9963913.

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

Color convert

RGB 137 9 152 -
CMYK 0.10 0.94 0 0.40
HSL 293.71º 0.89% 0.32% -
HSV(B) 293.71º 0.94% 0.6% -
XYZ 16.08 7.78 30.36 -
YUV 63.57 177.91 180.37 -
System Red Green Blue C M Y K H S L
Decimal 137 9 152 0.10 0.94 0 0.40 293.71 0.89 0.32
Hex 89 9 98 A 5E 0 28 126 59 20
Octal 211 11 230 12 136 0 50 446 131 40
Binary 10001001 1001 10011000 1010 1011110 0 101000 100100110 1011001 100000

Color Harmonies of #890998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890998

Black with #890998

Text Example


Text Example

White with #890998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890998; }

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

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

background-color css

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

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

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

border-color css

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

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

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