#86327B

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

Shades of Dark Purple #86327B

Tints of Dark Purple #86327B

Color information

#86327B (or 0x86327B) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 7B. RGB value is (134,50,123). Sum of RGB (Red+Green+Blue) = 134+50+123=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #86327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86327B is #79CD84. Grayscale: #535353. Windows color (decimal): -7982469 or 8073862. OLE color: 8073862.

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

Color convert

RGB13450123-
CMYK00.630.080.47
HSL307.86º45.65%36.08%-
HSV(B)307.86º62.69%52.55%-
XYZ14.558.7819.67-
YUV83.44150.33164.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=43.65%
G=16.29%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345012300.630.080.47307.8645.6536.08
Hex86327B03F82F1342e24
Octal2066217307710574645644
Binary10000110110010111101101111111000101111100110100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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