#86147A

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

Shades of Dark Purple #86147A

Tints of Dark Purple #86147A

Color information

#86147A (or 0x86147A) is unknown color: approx Dark Purple. HEX triplet: 86, 14 and 7A. RGB value is (134,20,122). Sum of RGB (Red+Green+Blue) = 134+20+122=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86147A is #79EB85. Grayscale: #414141. Windows color (decimal): -7990150 or 8000646. OLE color: 8000646.

HSL color Cylindrical-coordinate representation of color #86147A: hue angle of 306.32º 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 #86147A is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13420122-
CMYK00.850.090.47
HSL306.32º74.03%30.2%-
HSV(B)306.32º85.07%52.55%-
XYZ13.596.9719.04-
YUV65.71159.77176.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 20 (8.20% from 255) = 7.25%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=48.55%
G=7.25%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342012200.850.090.47306.3274.0330.2
Hex86147A05592F1324a1e
Octal206241720125115746211236
Binary10000110101001111010010101011001101111100110010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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