Html Css Color HEX #890983 Dark Magenta

📋 copy color: '#890983'

red 137 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #890983

Tints of Dark Magenta #890983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 49.46%
G = 3.25%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#890983 (or 0x890983) is known color: Dark Magenta. HEX triplet: 89, 09 and 83. RGB value is (137,9,131). Sum of RGB (Red+Green+Blue) = 137+9+131=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #890983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890983 is #76F67C. Grayscale: #3C3C3C. Windows color (decimal): -7796349 or 8587657. OLE color: 8587657.

HSL color Cylindrical-coordinate representation of color #890983: hue angle of 302.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890983 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 131 -
CMYK 0 0.93 0.04 0.46
HSL 302.81º 0.88% 0.29% -
HSV(B) 302.81º 0.93% 0.54% -
XYZ 14.51 7.15 22.09 -
YUV 61.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 137 9 131 0 0.93 0.04 0.46 302.81 0.88 0.29
Hex 89 9 83 0 5D 4 2E 12F 58 1D
Octal 211 11 203 0 135 4 56 457 130 35
Binary 10001001 1001 10000011 0 1011101 100 101110 100101111 1011000 11101

Color Harmonies of #890983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890983

Black with #890983

Text Example


Text Example

White with #890983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890983; }

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

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

background-color css

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

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

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

border-color css

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

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

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