#88087F

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

Shades of Purple #88087F

Tints of Purple #88087F

Color information

#88087F (or 0x88087F) is unknown color: approx Purple. HEX triplet: 88, 08 and 7F. RGB value is (136,8,127). Sum of RGB (Red+Green+Blue) = 136+8+127=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #88087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88087F is #77F780. Grayscale: #3B3B3B. Windows color (decimal): -7862145 or 8325256. OLE color: 8325256.

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

Color convert

RGB1368127-
CMYK00.940.070.47
HSL304.22º88.89%28.24%-
HSV(B)304.22º94.12%53.33%-
XYZ14.076.9420.68-
YUV59.84165.91182.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 127 (50% from 255) = 46.86%
R=50.18%
G=2.95%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136812700.940.070.47304.2288.8928.24
Hex8887F05E72F130591c
Octal21010177013675746013134
Binary100010001000111111101011110111101111100110000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88087F; }

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

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

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

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

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

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

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

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