Html Css Color HEX #880C84 Dark Magenta

📋 copy color: '#880C84'

red 136 ◦ green 12 ◦ blue 132

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

Shades of Dark Magenta #880C84

Tints of Dark Magenta #880C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 48.57%
G = 4.29%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#880C84 (or 0x880C84) is known color: Dark Magenta. HEX triplet: 88, 0C and 84. RGB value is (136,12,132). Sum of RGB (Red+Green+Blue) = 136+12+132=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #880C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880C84 is #77F37B. Grayscale: #3E3E3E. Windows color (decimal): -7861116 or 8653960. OLE color: 8653960.

HSL color Cylindrical-coordinate representation of color #880C84: hue angle of 301.94º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C84 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 132 -
CMYK 0 0.91 0.03 0.47
HSL 301.94º 0.84% 0.29% -
HSV(B) 301.94º 0.91% 0.53% -
XYZ 14.45 7.16 22.45 -
YUV 62.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 136 12 132 0 0.91 0.03 0.47 301.94 0.84 0.29
Hex 88 C 84 0 5B 3 2F 12E 54 1D
Octal 210 14 204 0 133 3 57 456 124 35
Binary 10001000 1100 10000100 0 1011011 11 101111 100101110 1010100 11101

Color Harmonies of #880C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C84

Black with #880C84

Text Example


Text Example

White with #880C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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