#86287A

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

Shades of Dark Purple #86287A

Tints of Dark Purple #86287A

Color information

#86287A (or 0x86287A) is unknown color: approx Dark Purple. HEX triplet: 86, 28 and 7A. RGB value is (134,40,122). Sum of RGB (Red+Green+Blue) = 134+40+122=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86287A is #79D785. Grayscale: #4D4D4D. Windows color (decimal): -7985030 or 8005766. OLE color: 8005766.

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

Color convert

RGB13440122-
CMYK00.700.090.47
HSL307.66º54.02%34.12%-
HSV(B)307.66º70.15%52.55%-
XYZ14.17.9919.21-
YUV77.45153.14168.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=45.27%
G=13.51%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344012200.700.090.47307.6654.0234.12
Hex86287A04692F1343622
Octal20650172010611574646642
Binary100001101010001111010010001101001101111100110100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,40,122); }

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

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

 a { background-color: rgb(134,40,122); }

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

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

 span { border-color: rgb(134,40,122); }

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