Html Css Color HEX #880DAB Dark Magenta

📋 copy color: '#880DAB'

red 136 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #880DAB

Tints of Dark Magenta #880DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 42.5%
G = 4.06%
B = 53.44%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#880DAB (or 0x880DAB) is known color: Dark Magenta. HEX triplet: 88, 0D and AB. RGB value is (136,13,171). Sum of RGB (Red+Green+Blue) = 136+13+171=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #880DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880DAB is #77F254. Grayscale: #434343. Windows color (decimal): -7860821 or 11210120. OLE color: 11210120.

HSL color Cylindrical-coordinate representation of color #880DAB: hue angle of 286.71º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880DAB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 13 171 -
CMYK 0.20 0.92 0 0.33
HSL 286.71º 0.86% 0.36% -
HSV(B) 286.71º 0.92% 0.67% -
XYZ 17.65 8.46 39.23 -
YUV 67.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 136 13 171 0.20 0.92 0 0.33 286.71 0.86 0.36
Hex 88 D AB 14 5C 0 21 11F 56 24
Octal 210 15 253 24 134 0 41 437 126 44
Binary 10001000 1101 10101011 10100 1011100 0 100001 100011111 1010110 100100

Color Harmonies of #880DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DAB

Black with #880DAB

Text Example


Text Example

White with #880DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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