#8B5F81

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

Shades of Trendy Pink #8B5F81

Tints of Trendy Pink #8B5F81

Color information

#8B5F81 (or 0x8B5F81) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5F and 81. RGB value is (139,95,129). Sum of RGB (Red+Green+Blue) = 139+95+129=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5F81 is #74A07E. Grayscale: #6F6F6F. Windows color (decimal): -7643263 or 8478603. OLE color: 8478603.

HSL color Cylindrical-coordinate representation of color #8B5F81: hue angle of 313.64º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5F81 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB13995129-
CMYK00.320.070.45
HSL313.64º18.8%45.88%-
HSV(B)313.64º31.65%54.51%-
XYZ18.715.2622.73-
YUV112.03137.58147.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=38.29%
G=26.17%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399512900.320.070.45313.6418.845.88
Hex8B5F8102072D13a132e
Octal2131372010407554722356
Binary10001011101111110000001010000011110110110011101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,95,129); }

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

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

 a { background-color: rgb(139,95,129); }

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

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

 span { border-color: rgb(139,95,129); }

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