#86367A

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

Shades of Dark Purple #86367A

Tints of Dark Purple #86367A

Color information

#86367A (or 0x86367A) is unknown color: approx Dark Purple. HEX triplet: 86, 36 and 7A. RGB value is (134,54,122). Sum of RGB (Red+Green+Blue) = 134+54+122=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86367A is #79C985. Grayscale: #555555. Windows color (decimal): -7981446 or 8009350. OLE color: 8009350.

HSL color Cylindrical-coordinate representation of color #86367A: hue angle of 309º 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 #86367A is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13454122-
CMYK00.600.090.47
HSL309º42.55%36.86%-
HSV(B)309º59.7%52.55%-
XYZ14.669.1119.4-
YUV85.67148.5162.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=43.23%
G=17.42%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345412200.600.090.4730942.5536.86
Hex86367A03C92F1352b25
Octal2066617207411574655345
Binary10000110110110111101001111001001101111100110101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86367A; }

 p { color: rgb(134,54,122); }

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

<style>
 a { background-color: #86367A; }

 a { background-color: rgb(134,54,122); }

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

<style>
 span { border-color: #86367A; }

 span { border-color: rgb(134,54,122); }

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