#86327A

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

Shades of Dark Purple #86327A

Tints of Dark Purple #86327A

Color information

#86327A (or 0x86327A) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 7A. RGB value is (134,50,122). Sum of RGB (Red+Green+Blue) = 134+50+122=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #86327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86327A is #79CD85. Grayscale: #535353. Windows color (decimal): -7982470 or 8008326. OLE color: 8008326.

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

Color convert

RGB13450122-
CMYK00.630.090.47
HSL308.57º45.65%36.08%-
HSV(B)308.57º62.69%52.55%-
XYZ14.488.7519.34-
YUV83.32149.83164.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=43.79%
G=16.34%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345012200.630.090.47308.5745.6536.08
Hex86327A03F92F1352e24
Octal2066217207711574655644
Binary10000110110010111101001111111001101111100110101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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