Html Css Color HEX #880989 Dark Magenta

📋 copy color: '#880989'

red 136 ◦ green 9 ◦ blue 137

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

Shades of Dark Magenta #880989

Tints of Dark Magenta #880989

RGB

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

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

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

R = 48.23%
G = 3.19%
B = 48.58%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#880989 (or 0x880989) is known color: Dark Magenta. HEX triplet: 88, 09 and 89. RGB value is (136,9,137). Sum of RGB (Red+Green+Blue) = 136+9+137=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #880989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880989 is #77F676. Grayscale: #3D3D3D. Windows color (decimal): -7861879 or 8980872. OLE color: 8980872.

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

Color convert

RGB 136 9 137 -
CMYK 0.01 0.93 0 0.46
HSL 299.53º 0.88% 0.29% -
HSV(B) 299.53º 0.93% 0.54% -
XYZ 14.77 7.24 24.29 -
YUV 61.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 136 9 137 0.01 0.93 0 0.46 299.53 0.88 0.29
Hex 88 9 89 1 5D 0 2E 12C 58 1D
Octal 210 11 211 1 135 0 56 454 130 35
Binary 10001000 1001 10001001 1 1011101 0 101110 100101100 1011000 11101

Color Harmonies of #880989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880989

Black with #880989

Text Example


Text Example

White with #880989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880989; }

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

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

background-color css

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

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

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

border-color css

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

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

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