Html Css Color HEX #890083 Dark Magenta

📋 copy color: '#890083'

red 137 ◦ green 0 ◦ blue 131

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

Shades of Dark Magenta #890083

Tints of Dark Magenta #890083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 51.12%
G = 0%
B = 48.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#890083 (or 0x890083) is known color: Dark Magenta. HEX triplet: 89, 00 and 83. RGB value is (137,0,131). Sum of RGB (Red+Green+Blue) = 137+0+131=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #890083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890083 is #76FF7C. Grayscale: #373737. Windows color (decimal): -7798653 or 8585353. OLE color: 8585353.

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

Color convert

RGB 137 0 131 -
CMYK 0 1 0.04 0.46
HSL 302.63º 1% 0.27% -
HSV(B) 302.63º 1% 0.54% -
XYZ 14.41 6.96 22.06 -
YUV 55.9 170.39 185.85 -
System Red Green Blue C M Y K H S L
Decimal 137 0 131 0 1 0.04 0.46 302.63 1 0.27
Hex 89 0 83 0 64 4 2E 12F 64 1B
Octal 211 0 203 0 144 4 56 457 144 33
Binary 10001001 0 10000011 0 1100100 100 101110 100101111 1100100 11011

Color Harmonies of #890083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890083

Black with #890083

Text Example


Text Example

White with #890083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890083; }

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

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

background-color css

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

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

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

border-color css

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

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

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