#86366B

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

Shades of Dark Purple #86366B

Tints of Dark Purple #86366B

Color information

#86366B (or 0x86366B) is unknown color: approx Dark Purple. HEX triplet: 86, 36 and 6B. RGB value is (134,54,107). Sum of RGB (Red+Green+Blue) = 134+54+107=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86366B is #79C994. Grayscale: #535353. Windows color (decimal): -7981461 or 7026310. OLE color: 7026310.

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

Color convert

RGB13454107-
CMYK00.600.200.47
HSL320.25º42.55%36.86%-
HSV(B)320.25º59.7%52.55%-
XYZ13.88.7714.87-
YUV83.96141163.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=45.42%
G=18.31%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345410700.600.200.47320.2542.5536.86
Hex86366B03C142F1402b25
Octal2066615307424575005345
Binary100001101101101101011011110010100101111101000000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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