Html Css Color HEX #880884 Dark Magenta

📋 copy color: '#880884'

red 136 ◦ green 8 ◦ blue 132

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

Shades of Dark Magenta #880884

Tints of Dark Magenta #880884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 49.28%
G = 2.9%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#880884 (or 0x880884) is known color: Dark Magenta. HEX triplet: 88, 08 and 84. RGB value is (136,8,132). Sum of RGB (Red+Green+Blue) = 136+8+132=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #880884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880884 is #77F77B. Grayscale: #3C3C3C. Windows color (decimal): -7862140 or 8652936. OLE color: 8652936.

HSL color Cylindrical-coordinate representation of color #880884: hue angle of 301.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880884 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 132 -
CMYK 0 0.94 0.03 0.47
HSL 301.88º 0.89% 0.28% -
HSV(B) 301.88º 0.94% 0.53% -
XYZ 14.41 7.07 22.44 -
YUV 60.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 136 8 132 0 0.94 0.03 0.47 301.88 0.89 0.28
Hex 88 8 84 0 5E 3 2F 12E 59 1C
Octal 210 10 204 0 136 3 57 456 131 34
Binary 10001000 1000 10000100 0 1011110 11 101111 100101110 1011001 11100

Color Harmonies of #880884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880884

Black with #880884

Text Example


Text Example

White with #880884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880884; }

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

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

background-color css

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

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

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

border-color css

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

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

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