#87286A

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

Shades of Dark Purple #87286A

Tints of Dark Purple #87286A

Color information

#87286A (or 0x87286A) is unknown color: approx Dark Purple. HEX triplet: 87, 28 and 6A. RGB value is (135,40,106). Sum of RGB (Red+Green+Blue) = 135+40+106=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87286A is #78D795. Grayscale: #4B4B4B. Windows color (decimal): -7919510 or 6957191. OLE color: 6957191.

HSL color Cylindrical-coordinate representation of color #87286A: hue angle of 318.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87286A is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13540106-
CMYK00.700.210.47
HSL318.32º54.29%34.31%-
HSV(B)318.32º70.37%52.94%-
XYZ13.357.7114.42-
YUV75.93144.97170.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=48.04%
G=14.23%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354010600.700.210.47318.3254.2934.31
Hex87286A046152F13e3622
Octal20750152010625574766642
Binary1000011110100011010100100011010101101111100111110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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