#86326B

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

Shades of Dark Purple #86326B

Tints of Dark Purple #86326B

Color information

#86326B (or 0x86326B) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 6B. RGB value is (134,50,107). Sum of RGB (Red+Green+Blue) = 134+50+107=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86326B is #79CD94. Grayscale: #515151. Windows color (decimal): -7982485 or 7025286. OLE color: 7025286.

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

Color convert

RGB13450107-
CMYK00.630.200.47
HSL319.29º45.65%36.08%-
HSV(B)319.29º62.69%52.55%-
XYZ13.638.4114.82-
YUV81.61142.33165.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=46.05%
G=17.18%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345010700.630.200.47319.2945.6536.08
Hex86326B03F142F13f2e24
Octal2066215307724574775644
Binary100001101100101101011011111110100101111100111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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