Html Css Color HEX #890785 Dark Magenta

📋 copy color: '#890785'

red 137 ◦ green 7 ◦ blue 133

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

Shades of Dark Magenta #890785

Tints of Dark Magenta #890785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

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

R = 49.46%
G = 2.53%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#890785 (or 0x890785) is known color: Dark Magenta. HEX triplet: 89, 07 and 85. RGB value is (137,7,133). Sum of RGB (Red+Green+Blue) = 137+7+133=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #890785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890785 is #76F87A. Grayscale: #3B3B3B. Windows color (decimal): -7796859 or 8718217. OLE color: 8718217.

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

Color convert

RGB 137 7 133 -
CMYK 0 0.95 0.03 0.46
HSL 301.85º 0.9% 0.28% -
HSV(B) 301.85º 0.95% 0.54% -
XYZ 14.63 7.16 22.8 -
YUV 60.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 137 7 133 0 0.95 0.03 0.46 301.85 0.9 0.28
Hex 89 7 85 0 5F 3 2E 12E 5A 1C
Octal 211 7 205 0 137 3 56 456 132 34
Binary 10001001 111 10000101 0 1011111 11 101110 100101110 1011010 11100

Color Harmonies of #890785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890785

Black with #890785

Text Example


Text Example

White with #890785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890785; }

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

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

background-color css

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

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

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

border-color css

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

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

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