#86346B

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

Shades of Dark Purple #86346B

Tints of Dark Purple #86346B

Color information

#86346B (or 0x86346B) is unknown color: approx Dark Purple. HEX triplet: 86, 34 and 6B. RGB value is (134,52,107). Sum of RGB (Red+Green+Blue) = 134+52+107=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86346B is #79CB94. Grayscale: #525252. Windows color (decimal): -7981973 or 7025798. OLE color: 7025798.

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

Color convert

RGB13452107-
CMYK00.610.200.47
HSL319.76º44.09%36.47%-
HSV(B)319.76º61.19%52.55%-
XYZ13.718.5914.84-
YUV82.79141.67164.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=45.73%
G=17.75%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345210700.610.200.47319.7644.0936.47
Hex86346B03D142F1402c24
Octal2066415307524575005444
Binary100001101101001101011011110110100101111101000000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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