#86147E

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

Shades of Dark Purple #86147E

Tints of Dark Purple #86147E

Color information

#86147E (or 0x86147E) is unknown color: approx Dark Purple. HEX triplet: 86, 14 and 7E. RGB value is (134,20,126). Sum of RGB (Red+Green+Blue) = 134+20+126=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86147E is #79EB81. Grayscale: #414141. Windows color (decimal): -7990146 or 8262790. OLE color: 8262790.

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

Color convert

RGB13420126-
CMYK00.850.060.47
HSL304.21º74.03%30.2%-
HSV(B)304.21º85.07%52.55%-
XYZ13.857.0820.37-
YUV66.17161.77176.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 20 (8.20% from 255) = 7.14%
BLUE value IS 126 (49.61% from 255) = 45%
R=47.86%
G=7.14%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342012600.850.060.47304.2174.0330.2
Hex86147E05562F1304a1e
Octal20624176012565746011236
Binary1000011010100111111001010101110101111100110000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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