Html Css Color HEX #880E9B Dark Magenta

📋 copy color: '#880E9B'

red 136 ◦ green 14 ◦ blue 155

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

Shades of Dark Magenta #880E9B

Tints of Dark Magenta #880E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 44.59%
G = 4.59%
B = 50.82%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#880E9B (or 0x880E9B) is known color: Dark Magenta. HEX triplet: 88, 0E and 9B. RGB value is (136,14,155). Sum of RGB (Red+Green+Blue) = 136+14+155=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #880E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880E9B is #77F164. Grayscale: #424242. Windows color (decimal): -7860581 or 10161800. OLE color: 10161800.

HSL color Cylindrical-coordinate representation of color #880E9B: hue angle of 291.91º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880E9B is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 14 155 -
CMYK 0.12 0.91 0 0.39
HSL 291.91º 0.83% 0.33% -
HSV(B) 291.91º 0.91% 0.61% -
XYZ 16.23 7.91 31.68 -
YUV 66.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 136 14 155 0.12 0.91 0 0.39 291.91 0.83 0.33
Hex 88 E 9B C 5B 0 27 124 53 21
Octal 210 16 233 14 133 0 47 444 123 41
Binary 10001000 1110 10011011 1100 1011011 0 100111 100100100 1010011 100001

Color Harmonies of #880E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E9B

Black with #880E9B

Text Example


Text Example

White with #880E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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