#86136F

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

Shades of Dark Purple #86136F

Tints of Dark Purple #86136F

Color information

#86136F (or 0x86136F) is unknown color: approx Dark Purple. HEX triplet: 86, 13 and 6F. RGB value is (134,19,111). Sum of RGB (Red+Green+Blue) = 134+19+111=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86136F is #79EC90. Grayscale: #3F3F3F. Windows color (decimal): -7990417 or 7279494. OLE color: 7279494.

HSL color Cylindrical-coordinate representation of color #86136F: hue angle of 312º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86136F is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13419111-
CMYK00.860.170.47
HSL312º75.16%30%-
HSV(B)312º85.82%52.55%-
XYZ12.936.6815.65-
YUV63.87154.6178.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 19 (7.81% from 255) = 7.20%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=50.76%
G=7.20%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341911100.860.170.4731275.1630
Hex86136F056112F1384b1e
Octal206231570126215747011336
Binary100001101001111011110101011010001101111100111000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86136F; }

 p { color: rgb(134,19,111); }

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

<style>
 a { background-color: #86136F; }

 a { background-color: rgb(134,19,111); }

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

<style>
 span { border-color: #86136F; }

 span { border-color: rgb(134,19,111); }

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