Html Css Color HEX #880B86 Dark Magenta

📋 copy color: '#880B86'

red 136 ◦ green 11 ◦ blue 134

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

Shades of Dark Magenta #880B86

Tints of Dark Magenta #880B86

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

 BLUE value IS 134 (52.73% from 255) = 47.69%

R = 48.4%
G = 3.91%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#880B86 (or 0x880B86) is known color: Dark Magenta. HEX triplet: 88, 0B and 86. RGB value is (136,11,134). Sum of RGB (Red+Green+Blue) = 136+11+134=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #880B86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880B86 is #77F479. Grayscale: #3E3E3E. Windows color (decimal): -7861370 or 8784776. OLE color: 8784776.

HSL color Cylindrical-coordinate representation of color #880B86: hue angle of 300.96º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B86 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 11 134 -
CMYK 0 0.92 0.01 0.47
HSL 300.96º 0.85% 0.29% -
HSV(B) 300.96º 0.92% 0.53% -
XYZ 14.58 7.19 23.17 -
YUV 62.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 136 11 134 0 0.92 0.01 0.47 300.96 0.85 0.29
Hex 88 B 86 0 5C 1 2F 12D 55 1D
Octal 210 13 206 0 134 1 57 455 125 35
Binary 10001000 1011 10000110 0 1011100 1 101111 100101101 1010101 11101

Color Harmonies of #880B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B86

Black with #880B86

Text Example


Text Example

White with #880B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,11,134); }

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

background-color css

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

 a { background-color: rgb(136,11,134); }

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

border-color css

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

 span { border-color: rgb(136,11,134); }

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