#86316E

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

Shades of Dark Purple #86316E

Tints of Dark Purple #86316E

Color information

#86316E (or 0x86316E) is unknown color: approx Dark Purple. HEX triplet: 86, 31 and 6E. RGB value is (134,49,110). Sum of RGB (Red+Green+Blue) = 134+49+110=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86316E is #79CE91. Grayscale: #515151. Windows color (decimal): -7982738 or 7221638. OLE color: 7221638.

HSL color Cylindrical-coordinate representation of color #86316E: hue angle of 316.94º 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 #86316E is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13449110-
CMYK00.630.180.47
HSL316.94º46.45%35.88%-
HSV(B)316.94º63.43%52.55%-
XYZ13.748.3915.65-
YUV81.37144.16165.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=45.73%
G=16.72%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344911000.630.180.47316.9446.4535.88
Hex86316E03F122F13d2e24
Octal2066115607722574755644
Binary100001101100011101110011111110010101111100111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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