Html Css Color HEX #880DA6 Dark Magenta

📋 copy color: '#880DA6'

red 136 ◦ green 13 ◦ blue 166

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

Shades of Dark Magenta #880DA6

Tints of Dark Magenta #880DA6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

 BLUE value IS 166 (65.23% from 255) = 52.7%

R = 43.17%
G = 4.13%
B = 52.7%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#880DA6 (or 0x880DA6) is known color: Dark Magenta. HEX triplet: 88, 0D and A6. RGB value is (136,13,166). Sum of RGB (Red+Green+Blue) = 136+13+166=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 166 (65.23% from 255 or 52.70% from 315); Max value from RGB is 166 - color contains mainly: blue. Hex color #880DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880DA6 is #77F259. Grayscale: #424242. Windows color (decimal): -7860826 or 10882440. OLE color: 10882440.

HSL color Cylindrical-coordinate representation of color #880DA6: hue angle of 288.24º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880DA6 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 13 166 -
CMYK 0.18 0.92 0 0.35
HSL 288.24º 0.85% 0.35% -
HSV(B) 288.24º 0.92% 0.65% -
XYZ 17.18 8.28 36.77 -
YUV 67.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 136 13 166 0.18 0.92 0 0.35 288.24 0.85 0.35
Hex 88 D A6 12 5C 0 23 120 55 23
Octal 210 15 246 22 134 0 43 440 125 43
Binary 10001000 1101 10100110 10010 1011100 0 100011 100100000 1010101 100011

Color Harmonies of #880DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DA6

Black with #880DA6

Text Example


Text Example

White with #880DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,13,166); }

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

background-color css

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

 a { background-color: rgb(136,13,166); }

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

border-color css

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

 span { border-color: rgb(136,13,166); }

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