Html Css Color HEX #880CAD Dark Magenta

📋 copy color: '#880CAD'

red 136 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #880CAD

Tints of Dark Magenta #880CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.74%

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 42.37%
G = 3.74%
B = 53.89%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#880CAD (or 0x880CAD) is known color: Dark Magenta. HEX triplet: 88, 0C and AD. RGB value is (136,12,173). Sum of RGB (Red+Green+Blue) = 136+12+173=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #880CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880CAD is #77F352. Grayscale: #424242. Windows color (decimal): -7861075 or 11340936. OLE color: 11340936.

HSL color Cylindrical-coordinate representation of color #880CAD: hue angle of 286.21º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880CAD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 12 173 -
CMYK 0.21 0.93 0 0.32
HSL 286.21º 0.87% 0.36% -
HSV(B) 286.21º 0.93% 0.68% -
XYZ 17.83 8.51 40.24 -
YUV 67.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 136 12 173 0.21 0.93 0 0.32 286.21 0.87 0.36
Hex 88 C AD 15 5D 0 20 11E 57 24
Octal 210 14 255 25 135 0 40 436 127 44
Binary 10001000 1100 10101101 10101 1011101 0 100000 100011110 1010111 100100

Color Harmonies of #880CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880CAD

Black with #880CAD

Text Example


Text Example

White with #880CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,12,173); }

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

background-color css

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

 a { background-color: rgb(136,12,173); }

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

border-color css

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

 span { border-color: rgb(136,12,173); }

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