#880A7F

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

Shades of Purple #880A7F

Tints of Purple #880A7F

Color information

#880A7F (or 0x880A7F) is unknown color: approx Purple. HEX triplet: 88, 0A and 7F. RGB value is (136,10,127). Sum of RGB (Red+Green+Blue) = 136+10+127=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A7F is #77F580. Grayscale: #3C3C3C. Windows color (decimal): -7861633 or 8325768. OLE color: 8325768.

HSL color Cylindrical-coordinate representation of color #880A7F: hue angle of 304.29º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A7F is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13610127-
CMYK00.930.070.47
HSL304.29º86.3%28.63%-
HSV(B)304.29º92.65%53.33%-
XYZ14.096.9820.68-
YUV61.01165.24181.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 10 (4.30% from 255) = 3.66%
BLUE value IS 127 (50% from 255) = 46.52%
R=49.82%
G=3.66%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361012700.930.070.47304.2986.328.63
Hex88A7F05D72F130561d
Octal21012177013575746012635
Binary100010001010111111101011101111101111100110000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,10,127); }

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

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

 a { background-color: rgb(136,10,127); }

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

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

 span { border-color: rgb(136,10,127); }

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