#88276F

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

Shades of Dark Purple #88276F

Tints of Dark Purple #88276F

Color information

#88276F (or 0x88276F) is unknown color: approx Dark Purple. HEX triplet: 88, 27 and 6F. RGB value is (136,39,111). Sum of RGB (Red+Green+Blue) = 136+39+111=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #88276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88276F is #77D890. Grayscale: #4C4C4C. Windows color (decimal): -7854225 or 7284616. OLE color: 7284616.

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

Color convert

RGB13639111-
CMYK00.710.180.47
HSL315.46º55.43%34.31%-
HSV(B)315.46º71.32%53.33%-
XYZ13.757.8315.83-
YUV76.21147.64170.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=47.55%
G=13.64%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363911100.710.180.47315.4655.4334.31
Hex88276F047122F13b3722
Octal21047157010722574736742
Binary1000100010011111011110100011110010101111100111011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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