#86366E

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

Shades of Dark Purple #86366E

Tints of Dark Purple #86366E

Color information

#86366E (or 0x86366E) is unknown color: approx Dark Purple. HEX triplet: 86, 36 and 6E. RGB value is (134,54,110). Sum of RGB (Red+Green+Blue) = 134+54+110=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86366E is #79C991. Grayscale: #545454. Windows color (decimal): -7981458 or 7222918. OLE color: 7222918.

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

Color convert

RGB13454110-
CMYK00.600.180.47
HSL318º42.55%36.86%-
HSV(B)318º59.7%52.55%-
XYZ13.978.8315.72-
YUV84.3142.5163.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=44.97%
G=18.12%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345411000.600.180.4731842.5536.86
Hex86366E03C122F13e2b25
Octal2066615607422574765345
Binary100001101101101101110011110010010101111100111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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