#880875

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

Shades of Purple #880875

Tints of Purple #880875

Color information

#880875 (or 0x880875) is unknown color: approx Purple. HEX triplet: 88, 08 and 75. RGB value is (136,8,117). Sum of RGB (Red+Green+Blue) = 136+8+117=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #880875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880875 is #77F78A. Grayscale: #3A3A3A. Windows color (decimal): -7862155 or 7669896. OLE color: 7669896.

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

Color convert

RGB1368117-
CMYK00.940.140.47
HSL308.91º88.89%28.24%-
HSV(B)308.91º94.12%53.33%-
XYZ13.456.6917.41-
YUV58.7160.91183.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 8 (3.52% from 255) = 3.07%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=52.11%
G=3.07%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136811700.940.140.47308.9188.8928.24
Hex8887505EE2F135591c
Octal210101650136165746513134
Binary1000100010001110101010111101110101111100110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880875; }

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

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

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

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

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

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

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

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