#86316D

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

Shades of Dark Purple #86316D

Tints of Dark Purple #86316D

Color information

#86316D (or 0x86316D) is unknown color: approx Dark Purple. HEX triplet: 86, 31 and 6D. RGB value is (134,49,109). Sum of RGB (Red+Green+Blue) = 134+49+109=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86316D is #79CE92. Grayscale: #515151. Windows color (decimal): -7982739 or 7156102. OLE color: 7156102.

HSL color Cylindrical-coordinate representation of color #86316D: hue angle of 317.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86316D is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13449109-
CMYK00.630.190.47
HSL317.65º46.45%35.88%-
HSV(B)317.65º63.43%52.55%-
XYZ13.698.3715.36-
YUV81.26143.66165.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=45.89%
G=16.78%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344910900.630.190.47317.6546.4535.88
Hex86316D03F132F13e2e24
Octal2066115507723574765644
Binary100001101100011101101011111110011101111100111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86316D; }

 p { color: rgb(134,49,109); }

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

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

 a { background-color: rgb(134,49,109); }

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

<style>
 span { border-color: #86316D; }

 span { border-color: rgb(134,49,109); }

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