Html Css Color HEX #890388 Dark Magenta

📋 copy color: '#890388'

red 137 ◦ green 3 ◦ blue 136

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

Shades of Dark Magenta #890388

Tints of Dark Magenta #890388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 49.64%
G = 1.09%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#890388 (or 0x890388) is known color: Dark Magenta. HEX triplet: 89, 03 and 88. RGB value is (137,3,136). Sum of RGB (Red+Green+Blue) = 137+3+136=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #890388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890388 is #76FC77. Grayscale: #393939. Windows color (decimal): -7797880 or 8913801. OLE color: 8913801.

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

Color convert

RGB 137 3 136 -
CMYK 0 0.98 0.01 0.46
HSL 300.45º 0.96% 0.27% -
HSV(B) 300.45º 0.98% 0.54% -
XYZ 14.79 7.16 23.9 -
YUV 58.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 137 3 136 0 0.98 0.01 0.46 300.45 0.96 0.27
Hex 89 3 88 0 62 1 2E 12C 60 1B
Octal 211 3 210 0 142 1 56 454 140 33
Binary 10001001 11 10001000 0 1100010 1 101110 100101100 1100000 11011

Color Harmonies of #890388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890388

Black with #890388

Text Example


Text Example

White with #890388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890388; }

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

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

background-color css

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

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

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

border-color css

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

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

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