#88277F

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

Shades of Dark Purple #88277F

Tints of Dark Purple #88277F

Color information

#88277F (or 0x88277F) is unknown color: approx Dark Purple. HEX triplet: 88, 27 and 7F. RGB value is (136,39,127). Sum of RGB (Red+Green+Blue) = 136+39+127=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #88277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88277F is #77D880. Grayscale: #4D4D4D. Windows color (decimal): -7854209 or 8333192. OLE color: 8333192.

HSL color Cylindrical-coordinate representation of color #88277F: hue angle of 305.57º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88277F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13639127-
CMYK00.710.070.47
HSL305.57º55.43%34.31%-
HSV(B)305.57º71.32%53.33%-
XYZ14.718.2220.89-
YUV78.04155.64169.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 127 (50% from 255) = 42.05%
R=45.03%
G=12.91%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363912700.710.070.47305.5755.4334.31
Hex88277F04772F1323722
Octal2104717701077574626742
Binary10001000100111111111101000111111101111100110010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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