#880176

Color #880176 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #880176

Tints of Purple #880176

Color information

#880176 (or 0x880176) is unknown color: approx Purple. HEX triplet: 88, 01 and 76. RGB value is (136,1,118). Sum of RGB (Red+Green+Blue) = 136+1+118=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #880176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880176 is #77FE89. Grayscale: #363636. Windows color (decimal): -7863946 or 7733640. OLE color: 7733640.

HSL color Cylindrical-coordinate representation of color #880176: hue angle of 308º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880176 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB1361118-
CMYK00.990.130.47
HSL308º98.54%26.86%-
HSV(B)308º99.26%53.33%-
XYZ13.436.5617.7-
YUV54.7163.73185.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=53.33%
G=0.39%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136111800.990.130.4730898.5426.86
Hex88176063D2F134631b
Octal21011660143155746414333
Binary1000100011110110011000111101101111100110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880176; }

 p { color: rgb(136,1,118); }

 H1.HeaderClassName
 {
   color: #880176;
 }
 .AnyTagClassName
 {
   color: #880176;
 }
</style>
background-color css

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

 a { background-color: rgb(136,1,118); }

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

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

 span { border-color: rgb(136,1,118); }

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