#86126D

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

Shades of Dark Purple #86126D

Tints of Dark Purple #86126D

Color information

#86126D (or 0x86126D) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 6D. RGB value is (134,18,109). Sum of RGB (Red+Green+Blue) = 134+18+109=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86126D is #79ED92. Grayscale: #3E3E3E. Windows color (decimal): -7990675 or 7148166. OLE color: 7148166.

HSL color Cylindrical-coordinate representation of color #86126D: hue angle of 312.93º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86126D is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13418109-
CMYK00.870.190.47
HSL312.93º76.32%29.8%-
HSV(B)312.93º86.57%52.55%-
XYZ12.816.6115.07-
YUV63.06153.93178.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=51.34%
G=6.90%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341810900.870.190.47312.9376.3229.8
Hex86126D057132F1394c1e
Octal206221550127235747111436
Binary100001101001011011010101011110011101111100111001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86126D; }

 p { color: rgb(134,18,109); }

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

<style>
 a { background-color: #86126D; }

 a { background-color: rgb(134,18,109); }

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

<style>
 span { border-color: #86126D; }

 span { border-color: rgb(134,18,109); }

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