#86366F

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

Shades of Dark Purple #86366F

Tints of Dark Purple #86366F

Color information

#86366F (or 0x86366F) is unknown color: approx Dark Purple. HEX triplet: 86, 36 and 6F. RGB value is (134,54,111). Sum of RGB (Red+Green+Blue) = 134+54+111=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #86366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86366F is #79C990. Grayscale: #545454. Windows color (decimal): -7981457 or 7288454. OLE color: 7288454.

HSL color Cylindrical-coordinate representation of color #86366F: hue angle of 317.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86366F is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13454111-
CMYK00.600.170.47
HSL317.25º42.55%36.86%-
HSV(B)317.25º59.7%52.55%-
XYZ14.028.8516.01-
YUV84.42143163.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=44.82%
G=18.06%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345411100.600.170.47317.2542.5536.86
Hex86366F03C112F13d2b25
Octal2066615707421574755345
Binary100001101101101101111011110010001101111100111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86366F; }

 p { color: rgb(134,54,111); }

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

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

 a { background-color: rgb(134,54,111); }

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

<style>
 span { border-color: #86366F; }

 span { border-color: rgb(134,54,111); }

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