Html Css Color HEX #880CAB Dark Magenta

📋 copy color: '#880CAB'

red 136 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #880CAB

Tints of Dark Magenta #880CAB

RGB

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

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

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

R = 42.63%
G = 3.76%
B = 53.61%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#880CAB (or 0x880CAB) is known color: Dark Magenta. HEX triplet: 88, 0C and AB. RGB value is (136,12,171). Sum of RGB (Red+Green+Blue) = 136+12+171=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #880CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880CAB is #77F354. Grayscale: #424242. Windows color (decimal): -7861077 or 11209864. OLE color: 11209864.

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

Color convert

RGB 136 12 171 -
CMYK 0.20 0.93 0 0.33
HSL 286.79º 0.87% 0.36% -
HSV(B) 286.79º 0.93% 0.67% -
XYZ 17.64 8.44 39.23 -
YUV 67.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 136 12 171 0.20 0.93 0 0.33 286.79 0.87 0.36
Hex 88 C AB 14 5D 0 21 11F 57 24
Octal 210 14 253 24 135 0 41 437 127 44
Binary 10001000 1100 10101011 10100 1011101 0 100001 100011111 1010111 100100

Color Harmonies of #880CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880CAB

Black with #880CAB

Text Example


Text Example

White with #880CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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