#8B5490

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

Shades of Trendy Pink #8B5490

Tints of Trendy Pink #8B5490

Color information

#8B5490 (or 0x8B5490) is unknown color: approx Trendy Pink. HEX triplet: 8B, 54 and 90. RGB value is (139,84,144). Sum of RGB (Red+Green+Blue) = 139+84+144=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5490 is #74AB6F. Grayscale: #6B6B6B. Windows color (decimal): -7646064 or 9458827. OLE color: 9458827.

HSL color Cylindrical-coordinate representation of color #8B5490: hue angle of 295º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5490 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13984144-
CMYK0.030.4200.44
HSL295º26.32%44.71%-
HSV(B)295º41.67%56.47%-
XYZ18.8513.8428.06-
YUV107.28148.72150.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=37.87%
G=22.89%
B=39.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139841440.030.4200.4429526.3244.71
Hex8B549032A02C1271a2d
Octal2131242203520544473255
Binary1000101110101001001000011101010010110010010011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,144); }

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

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

 a { background-color: rgb(139,84,144); }

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

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

 span { border-color: rgb(139,84,144); }

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