#86356C

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

Shades of Dark Purple #86356C

Tints of Dark Purple #86356C

Color information

#86356C (or 0x86356C) is unknown color: approx Dark Purple. HEX triplet: 86, 35 and 6C. RGB value is (134,53,108). Sum of RGB (Red+Green+Blue) = 134+53+108=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86356C is #79CA93. Grayscale: #535353. Windows color (decimal): -7981716 or 7091590. OLE color: 7091590.

HSL color Cylindrical-coordinate representation of color #86356C: hue angle of 319.26º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86356C is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13453108-
CMYK00.600.190.47
HSL319.26º43.32%36.67%-
HSV(B)319.26º60.45%52.55%-
XYZ13.818.715.14-
YUV83.49141.84164.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=45.42%
G=17.97%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345310800.600.190.47319.2643.3236.67
Hex86356C03C132F13f2b25
Octal2066515407423574775345
Binary100001101101011101100011110010011101111100111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,53,108); }

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

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

 a { background-color: rgb(134,53,108); }

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

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

 span { border-color: rgb(134,53,108); }

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