#8B6486

Color #8B6486 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8B6486

Tints of Trendy Pink #8B6486

Color information

#8B6486 (or 0x8B6486) is unknown color: approx Trendy Pink. HEX triplet: 8B, 64 and 86. RGB value is (139,100,134). Sum of RGB (Red+Green+Blue) = 139+100+134=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6486 is #749B79. Grayscale: #737373. Windows color (decimal): -7641978 or 8807563. OLE color: 8807563.

HSL color Cylindrical-coordinate representation of color #8B6486: hue angle of 307.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B6486 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB139100134-
CMYK00.280.040.45
HSL307.69º16.32%46.86%-
HSV(B)307.69º28.06%54.51%-
XYZ19.5116.3224.68-
YUV115.54138.42144.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=37.27%
G=26.81%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910013400.280.040.45307.6916.3246.86
Hex8B648601C42D134102f
Octal2131442060344554642057
Binary1000101111001001000011001110010010110110011010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B6486; }

 p { color: rgb(139,100,134); }

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

<style>
 a { background-color: #8B6486; }

 a { background-color: rgb(139,100,134); }

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

<style>
 span { border-color: #8B6486; }

 span { border-color: rgb(139,100,134); }

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