#86206E

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

Shades of Dark Purple #86206E

Tints of Dark Purple #86206E

Color information

#86206E (or 0x86206E) is unknown color: approx Dark Purple. HEX triplet: 86, 20 and 6E. RGB value is (134,32,110). Sum of RGB (Red+Green+Blue) = 134+32+110=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86206E is #79DF91. Grayscale: #474747. Windows color (decimal): -7987090 or 7217286. OLE color: 7217286.

HSL color Cylindrical-coordinate representation of color #86206E: hue angle of 314.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86206E is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13432110-
CMYK00.760.180.47
HSL314.12º61.45%32.55%-
HSV(B)314.12º76.12%52.55%-
XYZ13.167.2315.45-
YUV71.39149.79172.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 32 (12.89% from 255) = 11.59%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=48.55%
G=11.59%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343211000.760.180.47314.1261.4532.55
Hex86206E04C122F13a3d21
Octal20640156011422574727541
Binary1000011010000011011100100110010010101111100111010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86206E; }

 p { color: rgb(134,32,110); }

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

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

 a { background-color: rgb(134,32,110); }

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

<style>
 span { border-color: #86206E; }

 span { border-color: rgb(134,32,110); }

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