Html Css Color HEX #890184 Dark Magenta

📋 copy color: '#890184'

red 137 ◦ green 1 ◦ blue 132

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

Shades of Dark Magenta #890184

Tints of Dark Magenta #890184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 50.74%
G = 0.37%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#890184 (or 0x890184) is known color: Dark Magenta. HEX triplet: 89, 01 and 84. RGB value is (137,1,132). Sum of RGB (Red+Green+Blue) = 137+1+132=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #890184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890184 is #76FE7B. Grayscale: #383838. Windows color (decimal): -7798396 or 8651145. OLE color: 8651145.

HSL color Cylindrical-coordinate representation of color #890184: hue angle of 302.21º degrees, saturation: 0.99, 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 #890184 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 132 -
CMYK 0 0.99 0.04 0.46
HSL 302.21º 0.99% 0.27% -
HSV(B) 302.21º 0.99% 0.54% -
XYZ 14.49 7.01 22.42 -
YUV 56.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 137 1 132 0 0.99 0.04 0.46 302.21 0.99 0.27
Hex 89 1 84 0 63 4 2E 12E 63 1B
Octal 211 1 204 0 143 4 56 456 143 33
Binary 10001001 1 10000100 0 1100011 100 101110 100101110 1100011 11011

Color Harmonies of #890184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890184

Black with #890184

Text Example


Text Example

White with #890184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890184; }

 p { color: rgb(137,1,132); }

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

background-color css

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

 a { background-color: rgb(137,1,132); }

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

border-color css

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

 span { border-color: rgb(137,1,132); }

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