Html Css Color HEX #890085 Dark Magenta

📋 copy color: '#890085'

red 137 ◦ green 0 ◦ blue 133

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

Shades of Dark Magenta #890085

Tints of Dark Magenta #890085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.26%

R = 50.74%
G = 0%
B = 49.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#890085 (or 0x890085) is known color: Dark Magenta. HEX triplet: 89, 00 and 85. RGB value is (137,0,133). Sum of RGB (Red+Green+Blue) = 137+0+133=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #890085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890085 is #76FF7A. Grayscale: #373737. Windows color (decimal): -7798651 or 8716425. OLE color: 8716425.

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

Color convert

RGB 137 0 133 -
CMYK 0 1 0.03 0.46
HSL 301.75º 1% 0.27% -
HSV(B) 301.75º 1% 0.54% -
XYZ 14.55 7.01 22.78 -
YUV 56.13 171.39 185.69 -
System Red Green Blue C M Y K H S L
Decimal 137 0 133 0 1 0.03 0.46 301.75 1 0.27
Hex 89 0 85 0 64 3 2E 12E 64 1B
Octal 211 0 205 0 144 3 56 456 144 33
Binary 10001001 0 10000101 0 1100100 11 101110 100101110 1100100 11011

Color Harmonies of #890085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890085

Black with #890085

Text Example


Text Example

White with #890085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890085; }

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

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

background-color css

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

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

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

border-color css

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

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

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