#8A5092

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

Shades of Trendy Pink #8A5092

Tints of Trendy Pink #8A5092

Color information

#8A5092 (or 0x8A5092) is unknown color: approx Trendy Pink. HEX triplet: 8A, 50 and 92. RGB value is (138,80,146). Sum of RGB (Red+Green+Blue) = 138+80+146=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A5092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5092 is #75AF6D. Grayscale: #686868. Windows color (decimal): -7712622 or 9588874. OLE color: 9588874.

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

Color convert

RGB13880146-
CMYK0.050.4500.43
HSL292.73º29.2%44.31%-
HSV(B)292.73º45.21%57.25%-
XYZ18.5413.2228.77-
YUV104.87151.22151.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=37.91%
G=21.98%
B=40.11%

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
Decimal138801460.050.4500.43292.7329.244.31
Hex8A509252D02B1251d2c
Octal2121202225550534453554
Binary10001010101000010010010101101101010101110010010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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