#880E82

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

Shades of Purple #880E82

Tints of Purple #880E82

Color information

#880E82 (or 0x880E82) is unknown color: approx Purple. HEX triplet: 88, 0E and 82. RGB value is (136,14,130). Sum of RGB (Red+Green+Blue) = 136+14+130=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #880E82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880E82 is #77F17D. Grayscale: #3F3F3F. Windows color (decimal): -7860606 or 8523400. OLE color: 8523400.

HSL color Cylindrical-coordinate representation of color #880E82: hue angle of 302.95º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E82 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13614130-
CMYK00.900.040.47
HSL302.95º81.33%29.41%-
HSV(B)302.95º89.71%53.33%-
XYZ14.347.1621.75-
YUV63.7165.42179.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=48.57%
G=5%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361413000.900.040.47302.9581.3329.41
Hex88E8205A42F12f511d
Octal21016202013245745712135
Binary1000100011101000001001011010100101111100101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880E82; }

 p { color: rgb(136,14,130); }

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

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

 a { background-color: rgb(136,14,130); }

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

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

 span { border-color: rgb(136,14,130); }

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