#86286a

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

Shades of Dark Purple #86286A

Tints of Dark Purple #86286A

Color information

#86286A (or 0x86286A) is unknown color: approx Dark Purple. HEX triplet: 86, 28 and 6A. RGB value is (134,40,106). Sum of RGB (Red+Green+Blue) = 134+40+106=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86286A is #79D795. Grayscale: #4B4B4B. Windows color (decimal): -7985046 or 6957190. OLE color: 6957190.

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

Color convert

RGB13440106-
CMYK00.700.210.47
HSL317.87º54.02%34.12%-
HSV(B)317.87º70.15%52.55%-
XYZ13.197.6314.41-
YUV75.63145.14169.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=47.86%
G=14.29%
B=37.86%

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
Decimal1344010600.700.210.47317.8754.0234.12
Hex86286A046152F13e3622
Octal20650152010625574766642
Binary1000011010100011010100100011010101101111100111110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86286a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86286a; }

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

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

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

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

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

<style>
 span { border-color: #86286a; }

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

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