Html Css Color HEX #890492 Dark Magenta

📋 copy color: '#890492'

red 137 ◦ green 4 ◦ blue 146

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

Shades of Dark Magenta #890492

Tints of Dark Magenta #890492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 146 (57.42% from 255) = 50.87%

R = 47.74%
G = 1.39%
B = 50.87%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#890492 (or 0x890492) is known color: Dark Magenta. HEX triplet: 89, 04 and 92. RGB value is (137,4,146). Sum of RGB (Red+Green+Blue) = 137+4+146=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #890492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890492 is #76FB6D. Grayscale: #3B3B3B. Windows color (decimal): -7797614 or 9569417. OLE color: 9569417.

HSL color Cylindrical-coordinate representation of color #890492: hue angle of 296.2º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890492 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 4 146 -
CMYK 0.06 0.97 0 0.43
HSL 296.2º 0.95% 0.29% -
HSV(B) 296.2º 0.97% 0.57% -
XYZ 15.55 7.48 27.82 -
YUV 59.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 137 4 146 0.06 0.97 0 0.43 296.2 0.95 0.29
Hex 89 4 92 6 61 0 2B 128 5F 1D
Octal 211 4 222 6 141 0 53 450 137 35
Binary 10001001 100 10010010 110 1100001 0 101011 100101000 1011111 11101

Color Harmonies of #890492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890492

Black with #890492

Text Example


Text Example

White with #890492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890492; }

 p { color: rgb(137,4,146); }

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

background-color css

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

 a { background-color: rgb(137,4,146); }

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

border-color css

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

 span { border-color: rgb(137,4,146); }

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