Html Css Color HEX #890385 Dark Magenta

📋 copy color: '#890385'

red 137 ◦ green 3 ◦ blue 133

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

Shades of Dark Magenta #890385

Tints of Dark Magenta #890385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 50.18%
G = 1.1%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#890385 (or 0x890385) is known color: Dark Magenta. HEX triplet: 89, 03 and 85. RGB value is (137,3,133). Sum of RGB (Red+Green+Blue) = 137+3+133=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #890385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890385 is #76FC7A. Grayscale: #393939. Windows color (decimal): -7797883 or 8717193. OLE color: 8717193.

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

Color convert

RGB 137 3 133 -
CMYK 0 0.98 0.03 0.46
HSL 301.79º 0.96% 0.27% -
HSV(B) 301.79º 0.98% 0.54% -
XYZ 14.58 7.08 22.79 -
YUV 57.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 137 3 133 0 0.98 0.03 0.46 301.79 0.96 0.27
Hex 89 3 85 0 62 3 2E 12E 60 1B
Octal 211 3 205 0 142 3 56 456 140 33
Binary 10001001 11 10000101 0 1100010 11 101110 100101110 1100000 11011

Color Harmonies of #890385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890385

Black with #890385

Text Example


Text Example

White with #890385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890385; }

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

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

background-color css

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

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

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

border-color css

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

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

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