#88286B

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

Shades of Dark Purple #88286B

Tints of Dark Purple #88286B

Color information

#88286B (or 0x88286B) is unknown color: approx Dark Purple. HEX triplet: 88, 28 and 6B. RGB value is (136,40,107). Sum of RGB (Red+Green+Blue) = 136+40+107=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88286B is #77D794. Grayscale: #4C4C4C. Windows color (decimal): -7853973 or 7022728. OLE color: 7022728.

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

Color convert

RGB13640107-
CMYK00.710.210.47
HSL318.12º54.55%34.51%-
HSV(B)318.12º70.59%53.33%-
XYZ13.577.8114.7-
YUV76.34145.3170.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=48.06%
G=14.13%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364010700.710.210.47318.1254.5534.51
Hex88286B047152F13e3723
Octal21050153010725574766743
Binary1000100010100011010110100011110101101111100111110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88286B; }

 p { color: rgb(136,40,107); }

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

<style>
 a { background-color: #88286B; }

 a { background-color: rgb(136,40,107); }

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

<style>
 span { border-color: #88286B; }

 span { border-color: rgb(136,40,107); }

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