#86146A

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

Shades of Dark Purple #86146A

Tints of Dark Purple #86146A

Color information

#86146A (or 0x86146A) is unknown color: approx Dark Purple. HEX triplet: 86, 14 and 6A. RGB value is (134,20,106). Sum of RGB (Red+Green+Blue) = 134+20+106=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86146A is #79EB95. Grayscale: #3F3F3F. Windows color (decimal): -7990166 or 6952070. OLE color: 6952070.

HSL color Cylindrical-coordinate representation of color #86146A: hue angle of 314.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86146A is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13420106-
CMYK00.850.210.47
HSL314.74º74.03%30.2%-
HSV(B)314.74º85.07%52.55%-
XYZ12.686.6114.24-
YUV63.89151.77178.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=51.54%
G=7.69%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342010600.850.210.47314.7474.0330.2
Hex86146A055152F13b4a1e
Octal206241520125255747311236
Binary100001101010011010100101010110101101111100111011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,20,106); }

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

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

 a { background-color: rgb(134,20,106); }

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

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

 span { border-color: rgb(134,20,106); }

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