Html Css Color HEX #890298 Dark Magenta

📋 copy color: '#890298'

red 137 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #890298

Tints of Dark Magenta #890298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 47.08%
G = 0.69%
B = 52.23%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#890298 (or 0x890298) is known color: Dark Magenta. HEX triplet: 89, 02 and 98. RGB value is (137,2,152). Sum of RGB (Red+Green+Blue) = 137+2+152=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #890298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890298 is #76FD67. Grayscale: #3B3B3B. Windows color (decimal): -7798120 or 9962121. OLE color: 9962121.

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

Color convert

RGB 137 2 152 -
CMYK 0.10 0.99 0 0.40
HSL 294º 0.97% 0.3% -
HSV(B) 294º 0.99% 0.6% -
XYZ 16.01 7.63 30.33 -
YUV 59.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 137 2 152 0.10 0.99 0 0.40 294 0.97 0.3
Hex 89 2 98 A 63 0 28 126 61 1E
Octal 211 2 230 12 143 0 50 446 141 36
Binary 10001001 10 10011000 1010 1100011 0 101000 100100110 1100001 11110

Color Harmonies of #890298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890298

Black with #890298

Text Example


Text Example

White with #890298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890298; }

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

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

background-color css

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

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

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

border-color css

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

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

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