#86347C

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

Shades of Dark Purple #86347C

Tints of Dark Purple #86347C

Color information

#86347C (or 0x86347C) is unknown color: approx Dark Purple. HEX triplet: 86, 34 and 7C. RGB value is (134,52,124). Sum of RGB (Red+Green+Blue) = 134+52+124=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86347C is #79CB83. Grayscale: #545454. Windows color (decimal): -7981956 or 8139910. OLE color: 8139910.

HSL color Cylindrical-coordinate representation of color #86347C: hue angle of 307.32º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86347C is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13452124-
CMYK00.610.070.47
HSL307.32º44.09%36.47%-
HSV(B)307.32º61.19%52.55%-
XYZ14.78.9820.03-
YUV84.73150.17163.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 124 (48.83% from 255) = 40%
R=43.23%
G=16.77%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345212400.610.070.47307.3244.0936.47
Hex86347C03D72F1332c24
Octal206641740757574635444
Binary1000011011010011111000111101111101111100110011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86347C; }

 p { color: rgb(134,52,124); }

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

<style>
 a { background-color: #86347C; }

 a { background-color: rgb(134,52,124); }

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

<style>
 span { border-color: #86347C; }

 span { border-color: rgb(134,52,124); }

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