#88286A

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

Shades of Dark Purple #88286A

Tints of Dark Purple #88286A

Color information

#88286A (or 0x88286A) is unknown color: approx Dark Purple. HEX triplet: 88, 28 and 6A. RGB value is (136,40,106). Sum of RGB (Red+Green+Blue) = 136+40+106=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88286A is #77D795. Grayscale: #4C4C4C. Windows color (decimal): -7853974 or 6957192. OLE color: 6957192.

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

Color convert

RGB13640106-
CMYK00.710.220.47
HSL318.75º54.55%34.51%-
HSV(B)318.75º70.59%53.33%-
XYZ13.517.7914.43-
YUV76.23144.8170.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=48.23%
G=14.18%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364010600.710.220.47318.7554.5534.51
Hex88286A047162F13f3723
Octal21050152010726574776743
Binary1000100010100011010100100011110110101111100111111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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