#86367E

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

Shades of Dark Purple #86367E

Tints of Dark Purple #86367E

Color information

#86367E (or 0x86367E) is unknown color: approx Dark Purple. HEX triplet: 86, 36 and 7E. RGB value is (134,54,126). Sum of RGB (Red+Green+Blue) = 134+54+126=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86367E is #79C981. Grayscale: #555555. Windows color (decimal): -7981442 or 8271494. OLE color: 8271494.

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

Color convert

RGB13454126-
CMYK00.600.060.47
HSL306º42.55%36.86%-
HSV(B)306º59.7%52.55%-
XYZ14.929.2120.73-
YUV86.13150.5162.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=42.68%
G=17.20%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345412600.600.060.4730642.5536.86
Hex86367E03C62F1322b25
Octal206661760746574625345
Binary1000011011011011111100111100110101111100110010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86367E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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