Html Css Color HEX #890286 Dark Magenta

📋 copy color: '#890286'

red 137 ◦ green 2 ◦ blue 134

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

Shades of Dark Magenta #890286

Tints of Dark Magenta #890286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.08%

R = 50.18%
G = 0.73%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#890286 (or 0x890286) is known color: Dark Magenta. HEX triplet: 89, 02 and 86. RGB value is (137,2,134). Sum of RGB (Red+Green+Blue) = 137+2+134=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #890286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890286 is #76FD79. Grayscale: #393939. Windows color (decimal): -7798138 or 8782473. OLE color: 8782473.

HSL color Cylindrical-coordinate representation of color #890286: hue angle of 301.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890286 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 134 -
CMYK 0 0.99 0.02 0.46
HSL 301.33º 0.97% 0.27% -
HSV(B) 301.33º 0.99% 0.54% -
XYZ 14.64 7.08 23.15 -
YUV 57.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 137 2 134 0 0.99 0.02 0.46 301.33 0.97 0.27
Hex 89 2 86 0 63 2 2E 12D 61 1B
Octal 211 2 206 0 143 2 56 455 141 33
Binary 10001001 10 10000110 0 1100011 10 101110 100101101 1100001 11011

Color Harmonies of #890286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890286

Black with #890286

Text Example


Text Example

White with #890286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890286; }

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

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

background-color css

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

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

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

border-color css

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

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

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