#8B5686

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

Shades of Trendy Pink #8B5686

Tints of Trendy Pink #8B5686

Color information

#8B5686 (or 0x8B5686) is unknown color: approx Trendy Pink. HEX triplet: 8B, 56 and 86. RGB value is (139,86,134). Sum of RGB (Red+Green+Blue) = 139+86+134=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5686 is #74A979. Grayscale: #6B6B6B. Windows color (decimal): -7645562 or 8803979. OLE color: 8803979.

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

Color convert

RGB13986134-
CMYK00.380.040.45
HSL305.66º23.56%44.12%-
HSV(B)305.66º38.13%54.51%-
XYZ18.2813.8724.27-
YUV107.32143.06150.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=38.72%
G=23.96%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398613400.380.040.45305.6623.5644.12
Hex8B568602642D132182c
Octal2131262060464554623054
Binary10001011101011010000110010011010010110110011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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