#86206B

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

Shades of Dark Purple #86206B

Tints of Dark Purple #86206B

Color information

#86206B (or 0x86206B) is unknown color: approx Dark Purple. HEX triplet: 86, 20 and 6B. RGB value is (134,32,107). Sum of RGB (Red+Green+Blue) = 134+32+107=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #86206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86206B is #79DF94. Grayscale: #464646. Windows color (decimal): -7987093 or 7020678. OLE color: 7020678.

HSL color Cylindrical-coordinate representation of color #86206B: hue angle of 315.88º 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 #86206B is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13432107-
CMYK00.760.200.47
HSL315.88º61.45%32.55%-
HSV(B)315.88º76.12%52.55%-
XYZ137.1614.61-
YUV71.05148.29172.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 32 (12.89% from 255) = 11.72%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=49.08%
G=11.72%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343210700.760.200.47315.8861.4532.55
Hex86206B04C142F13c3d21
Octal20640153011424574747541
Binary1000011010000011010110100110010100101111100111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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