Html Css Color HEX #890098 Dark Magenta

📋 copy color: '#890098'

red 137 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #890098

Tints of Dark Magenta #890098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.4%
G = 0%
B = 52.6%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#890098 (or 0x890098) is known color: Dark Magenta. HEX triplet: 89, 00 and 98. RGB value is (137,0,152). Sum of RGB (Red+Green+Blue) = 137+0+152=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #890098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890098 is #76FF67. Grayscale: #393939. Windows color (decimal): -7798632 or 9961609. OLE color: 9961609.

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

Color convert

RGB 137 0 152 -
CMYK 0.10 1 0 0.40
HSL 294.08º 1% 0.3% -
HSV(B) 294.08º 1% 0.6% -
XYZ 15.98 7.59 30.33 -
YUV 58.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 137 0 152 0.10 1 0 0.40 294.08 1 0.3
Hex 89 0 98 A 64 0 28 126 64 1E
Octal 211 0 230 12 144 0 50 446 144 36
Binary 10001001 0 10011000 1010 1100100 0 101000 100100110 1100100 11110

Color Harmonies of #890098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890098

Black with #890098

Text Example


Text Example

White with #890098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890098; }

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

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

background-color css

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

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

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

border-color css

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

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

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