#86327D

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

Shades of Dark Purple #86327D

Tints of Dark Purple #86327D

Color information

#86327D (or 0x86327D) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 7D. RGB value is (134,50,125). Sum of RGB (Red+Green+Blue) = 134+50+125=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86327D is #79CD82. Grayscale: #535353. Windows color (decimal): -7982467 or 8204934. OLE color: 8204934.

HSL color Cylindrical-coordinate representation of color #86327D: hue angle of 306.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 #86327D is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13450125-
CMYK00.630.070.47
HSL306.43º45.65%36.08%-
HSV(B)306.43º62.69%52.55%-
XYZ14.678.8320.33-
YUV83.67151.33163.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=43.37%
G=16.18%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345012500.630.070.47306.4345.6536.08
Hex86327D03F72F1322e24
Octal206621750777574625644
Binary1000011011001011111010111111111101111100110010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86327D; }

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

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

<style>
 a { background-color: #86327D; }

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

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

<style>
 span { border-color: #86327D; }

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

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