Html Css Color HEX #880684 Dark Magenta

📋 copy color: '#880684'

red 136 ◦ green 6 ◦ blue 132

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

Shades of Dark Magenta #880684

Tints of Dark Magenta #880684

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

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

R = 49.64%
G = 2.19%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#880684 (or 0x880684) is known color: Dark Magenta. HEX triplet: 88, 06 and 84. RGB value is (136,6,132). Sum of RGB (Red+Green+Blue) = 136+6+132=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #880684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880684 is #77F97B. Grayscale: #3A3A3A. Windows color (decimal): -7862652 or 8652424. OLE color: 8652424.

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

Color convert

RGB 136 6 132 -
CMYK 0 0.96 0.03 0.47
HSL 301.85º 0.92% 0.28% -
HSV(B) 301.85º 0.96% 0.53% -
XYZ 14.38 7.03 22.43 -
YUV 59.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 136 6 132 0 0.96 0.03 0.47 301.85 0.92 0.28
Hex 88 6 84 0 60 3 2F 12E 5C 1C
Octal 210 6 204 0 140 3 57 456 134 34
Binary 10001000 110 10000100 0 1100000 11 101111 100101110 1011100 11100

Color Harmonies of #880684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880684

Black with #880684

Text Example


Text Example

White with #880684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880684; }

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

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

background-color css

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

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

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

border-color css

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

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

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