Html Css Color HEX #880EA0 Dark Magenta

📋 copy color: '#880EA0'

red 136 ◦ green 14 ◦ blue 160

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

Shades of Dark Magenta #880EA0

Tints of Dark Magenta #880EA0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.52%

 BLUE value IS 160 (62.89% from 255) = 51.61%

R = 43.87%
G = 4.52%
B = 51.61%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#880EA0 (or 0x880EA0) is known color: Dark Magenta. HEX triplet: 88, 0E and A0. RGB value is (136,14,160). Sum of RGB (Red+Green+Blue) = 136+14+160=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #880EA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880EA0 is #77F15F. Grayscale: #424242. Windows color (decimal): -7860576 or 10489480. OLE color: 10489480.

HSL color Cylindrical-coordinate representation of color #880EA0: hue angle of 290.14º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880EA0 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 14 160 -
CMYK 0.15 0.91 0 0.37
HSL 290.14º 0.84% 0.34% -
HSV(B) 290.14º 0.91% 0.63% -
XYZ 16.66 8.09 33.94 -
YUV 67.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 136 14 160 0.15 0.91 0 0.37 290.14 0.84 0.34
Hex 88 E A0 F 5B 0 25 122 54 22
Octal 210 16 240 17 133 0 45 442 124 42
Binary 10001000 1110 10100000 1111 1011011 0 100101 100100010 1010100 100010

Color Harmonies of #880EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EA0

Black with #880EA0

Text Example


Text Example

White with #880EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880EA0; }

 p { color: rgb(136,14,160); }

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

background-color css

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

 a { background-color: rgb(136,14,160); }

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

border-color css

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

 span { border-color: rgb(136,14,160); }

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