#8B4584

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

Shades of Trendy Pink #8B4584

Tints of Trendy Pink #8B4584

Color information

#8B4584 (or 0x8B4584) is unknown color: approx Trendy Pink. HEX triplet: 8B, 45 and 84. RGB value is (139,69,132). Sum of RGB (Red+Green+Blue) = 139+69+132=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4584 is #74BA7B. Grayscale: #606060. Windows color (decimal): -7649916 or 8668555. OLE color: 8668555.

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

Color convert

RGB13969132-
CMYK00.500.050.45
HSL306º33.65%40.78%-
HSV(B)306º50.36%54.51%-
XYZ16.9411.4123.14-
YUV97.11147.69157.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=40.88%
G=20.29%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396913200.500.050.4530633.6540.78
Hex8B458403252D1322229
Octal2131052040625554624251
Binary100010111000101100001000110010101101101100110010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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