#8B5685

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

Shades of Trendy Pink #8B5685

Tints of Trendy Pink #8B5685

Color information

#8B5685 (or 0x8B5685) is unknown color: approx Trendy Pink. HEX triplet: 8B, 56 and 85. RGB value is (139,86,133). Sum of RGB (Red+Green+Blue) = 139+86+133=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5685 is #74A97A. Grayscale: #6B6B6B. Windows color (decimal): -7645563 or 8738443. OLE color: 8738443.

HSL color Cylindrical-coordinate representation of color #8B5685: hue angle of 306.79º 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 #8B5685 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13986133-
CMYK00.380.040.45
HSL306.79º23.56%44.12%-
HSV(B)306.79º38.13%54.51%-
XYZ18.2113.8423.9-
YUV107.21142.56150.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=38.83%
G=24.02%
B=37.15%

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
Decimal1398613300.380.040.45306.7923.5644.12
Hex8B568502642D133182c
Octal2131262050464554633054
Binary10001011101011010000101010011010010110110011001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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