#8A5091

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

Shades of Trendy Pink #8A5091

Tints of Trendy Pink #8A5091

Color information

#8A5091 (or 0x8A5091) is unknown color: approx Trendy Pink. HEX triplet: 8A, 50 and 91. RGB value is (138,80,145). Sum of RGB (Red+Green+Blue) = 138+80+145=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A5091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5091 is #75AF6E. Grayscale: #686868. Windows color (decimal): -7712623 or 9523338. OLE color: 9523338.

HSL color Cylindrical-coordinate representation of color #8A5091: hue angle of 293.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A5091 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13880145-
CMYK0.050.4500.43
HSL293.54º28.89%44.12%-
HSV(B)293.54º44.83%56.86%-
XYZ18.4613.1828.36-
YUV104.75150.72151.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=38.02%
G=22.04%
B=39.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138801450.050.4500.43293.5428.8944.12
Hex8A509152D02B1261d2c
Octal2121202215550534463554
Binary10001010101000010010001101101101010101110010011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,145); }

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

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

 a { background-color: rgb(138,80,145); }

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

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

 span { border-color: rgb(138,80,145); }

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