Html Css Color HEX #880489 Dark Magenta

📋 copy color: '#880489'

red 136 ◦ green 4 ◦ blue 137

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

Shades of Dark Magenta #880489

Tints of Dark Magenta #880489

RGB

 RED value IS 136 (53.52% from 255) = 49.1%

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 49.1%
G = 1.44%
B = 49.46%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#880489 (or 0x880489) is known color: Dark Magenta. HEX triplet: 88, 04 and 89. RGB value is (136,4,137). Sum of RGB (Red+Green+Blue) = 136+4+137=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #880489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880489 is #77FB76. Grayscale: #3A3A3A. Windows color (decimal): -7863159 or 8979592. OLE color: 8979592.

HSL color Cylindrical-coordinate representation of color #880489: hue angle of 299.55º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880489 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 4 137 -
CMYK 0.01 0.97 0 0.46
HSL 299.55º 0.94% 0.28% -
HSV(B) 299.55º 0.97% 0.54% -
XYZ 14.71 7.13 24.27 -
YUV 58.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 136 4 137 0.01 0.97 0 0.46 299.55 0.94 0.28
Hex 88 4 89 1 61 0 2E 12C 5E 1C
Octal 210 4 211 1 141 0 56 454 136 34
Binary 10001000 100 10001001 1 1100001 0 101110 100101100 1011110 11100

Color Harmonies of #880489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880489

Black with #880489

Text Example


Text Example

White with #880489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880489; }

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

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

background-color css

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

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

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

border-color css

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

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

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