#86347F

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

Shades of Dark Purple #86347F

Tints of Dark Purple #86347F

Color information

#86347F (or 0x86347F) is unknown color: approx Dark Purple. HEX triplet: 86, 34 and 7F. RGB value is (134,52,127). Sum of RGB (Red+Green+Blue) = 134+52+127=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86347F is #79CB80. Grayscale: #545454. Windows color (decimal): -7981953 or 8336518. OLE color: 8336518.

HSL color Cylindrical-coordinate representation of color #86347F: hue angle of 305.12º 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 #86347F is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13452127-
CMYK00.610.050.47
HSL305.12º44.09%36.47%-
HSV(B)305.12º61.19%52.55%-
XYZ14.899.0621.04-
YUV85.07151.67162.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 127 (50% from 255) = 40.58%
R=42.81%
G=16.61%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345212700.610.050.47305.1244.0936.47
Hex86347F03D52F1312c24
Octal206641770755574615444
Binary1000011011010011111110111101101101111100110001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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