#86326F

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

Shades of Dark Purple #86326F

Tints of Dark Purple #86326F

Color information

#86326F (or 0x86326F) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 6F. RGB value is (134,50,111). Sum of RGB (Red+Green+Blue) = 134+50+111=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86326F is #79CD90. Grayscale: #515151. Windows color (decimal): -7982481 or 7287430. OLE color: 7287430.

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

Color convert

RGB13450111-
CMYK00.630.170.47
HSL316.43º45.65%36.08%-
HSV(B)316.43º62.69%52.55%-
XYZ13.848.515.95-
YUV82.07144.33165.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=45.42%
G=16.95%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345011100.630.170.47316.4345.6536.08
Hex86326F03F112F13c2e24
Octal2066215707721574745644
Binary100001101100101101111011111110001101111100111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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