#86326E

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

Shades of Dark Purple #86326E

Tints of Dark Purple #86326E

Color information

#86326E (or 0x86326E) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 6E. RGB value is (134,50,110). Sum of RGB (Red+Green+Blue) = 134+50+110=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86326E is #79CD91. Grayscale: #515151. Windows color (decimal): -7982482 or 7221894. OLE color: 7221894.

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

Color convert

RGB13450110-
CMYK00.630.180.47
HSL317.14º45.65%36.08%-
HSV(B)317.14º62.69%52.55%-
XYZ13.798.4815.66-
YUV81.96143.83165.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=45.58%
G=17.01%
B=37.41%

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
Decimal1345011000.630.180.47317.1445.6536.08
Hex86326E03F122F13d2e24
Octal2066215607722574755644
Binary100001101100101101110011111110010101111100111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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