#880976

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

Shades of Purple #880976

Tints of Purple #880976

Color information

#880976 (or 0x880976) is unknown color: approx Purple. HEX triplet: 88, 09 and 76. RGB value is (136,9,118). Sum of RGB (Red+Green+Blue) = 136+9+118=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #880976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880976 is #77F689. Grayscale: #3B3B3B. Windows color (decimal): -7861898 or 7735688. OLE color: 7735688.

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

Color convert

RGB1369118-
CMYK00.930.130.47
HSL308.5º87.59%28.43%-
HSV(B)308.5º93.38%53.33%-
XYZ13.526.7417.73-
YUV59.4161.08182.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=51.71%
G=3.42%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136911800.930.130.47308.587.5928.43
Hex8897605DD2F135581c
Octal210111660135155746513034
Binary1000100010011110110010111011101101111100110101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880976; }

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

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

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

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

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

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

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

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