Html Css Color HEX #880389 Dark Magenta

📋 copy color: '#880389'

red 136 ◦ green 3 ◦ blue 137

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

Shades of Dark Magenta #880389

Tints of Dark Magenta #880389

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #880389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880389

Black with #880389

Text Example


Text Example

White with #880389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880389; }

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

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

background-color css

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

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

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

border-color css

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

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

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