Html Css Color HEX #880699 Dark Magenta

📋 copy color: '#880699'

red 136 ◦ green 6 ◦ blue 153

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

Shades of Dark Magenta #880699

Tints of Dark Magenta #880699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 46.1%
G = 2.03%
B = 51.86%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#880699 (or 0x880699) is known color: Dark Magenta. HEX triplet: 88, 06 and 99. RGB value is (136,6,153). Sum of RGB (Red+Green+Blue) = 136+6+153=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #880699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880699 is #77F966. Grayscale: #3D3D3D. Windows color (decimal): -7862631 or 10028680. OLE color: 10028680.

HSL color Cylindrical-coordinate representation of color #880699: hue angle of 293.06º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880699 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 6 153 -
CMYK 0.11 0.96 0 0.4
HSL 293.06º 0.92% 0.31% -
HSV(B) 293.06º 0.96% 0.6% -
XYZ 15.97 7.66 30.77 -
YUV 61.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 136 6 153 0.11 0.96 0 0.4 293.06 0.92 0.31
Hex 88 6 99 B 60 0 28 125 5C 1F
Octal 210 6 231 13 140 0 50 445 134 37
Binary 10001000 110 10011001 1011 1100000 0 101000 100100101 1011100 11111

Color Harmonies of #880699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880699

Black with #880699

Text Example


Text Example

White with #880699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880699; }

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

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

background-color css

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

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

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

border-color css

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

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

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