Html Css Color HEX #880877 Purple

📋 copy color: '#880877'

red 136 ◦ green 8 ◦ blue 119

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

Shades of Purple #880877

Tints of Purple #880877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.25%

R = 51.71%
G = 3.04%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#880877 (or 0x880877) is known color: Purple. HEX triplet: 88, 08 and 77. RGB value is (136,8,119). Sum of RGB (Red+Green+Blue) = 136+8+119=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #880877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880877 is #77F788. Grayscale: #3A3A3A. Windows color (decimal): -7862153 or 7800968. OLE color: 7800968.

HSL color Cylindrical-coordinate representation of color #880877: hue angle of 307.97º 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 #880877 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 119 -
CMYK 0 0.94 0.12 0.47
HSL 307.97º 0.89% 0.28% -
HSV(B) 307.97º 0.94% 0.53% -
XYZ 13.57 6.74 18.04 -
YUV 58.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 136 8 119 0 0.94 0.12 0.47 307.97 0.89 0.28
Hex 88 8 77 0 5E C 2F 134 59 1C
Octal 210 10 167 0 136 14 57 464 131 34
Binary 10001000 1000 1110111 0 1011110 1100 101111 100110100 1011001 11100

Color Harmonies of #880877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880877

Black with #880877

Text Example


Text Example

White with #880877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880877; }

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

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

background-color css

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

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

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

border-color css

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

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

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