#8B4581

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

Shades of Trendy Pink #8B4581

Tints of Trendy Pink #8B4581

Color information

#8B4581 (or 0x8B4581) is unknown color: approx Trendy Pink. HEX triplet: 8B, 45 and 81. RGB value is (139,69,129). Sum of RGB (Red+Green+Blue) = 139+69+129=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4581 is #74BA7E. Grayscale: #606060. Windows color (decimal): -7649919 or 8471947. OLE color: 8471947.

HSL color Cylindrical-coordinate representation of color #8B4581: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4581 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB13969129-
CMYK00.500.070.45
HSL308.57º33.65%40.78%-
HSV(B)308.57º50.36%54.51%-
XYZ16.7411.3322.07-
YUV96.77146.19158.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=41.25%
G=20.47%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396912900.500.070.45308.5733.6540.78
Hex8B458103272D1352229
Octal2131052010627554654251
Binary100010111000101100000010110010111101101100110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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