#8A5292

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

Shades of Trendy Pink #8A5292

Tints of Trendy Pink #8A5292

Color information

#8A5292 (or 0x8A5292) is unknown color: approx Trendy Pink. HEX triplet: 8A, 52 and 92. RGB value is (138,82,146). Sum of RGB (Red+Green+Blue) = 138+82+146=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A5292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5292 is #75AD6D. Grayscale: #696969. Windows color (decimal): -7712110 or 9589386. OLE color: 9589386.

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

Color convert

RGB13882146-
CMYK0.050.4400.43
HSL292.5º28.07%44.71%-
HSV(B)292.5º43.84%57.25%-
XYZ18.6913.5128.82-
YUV106.04150.55150.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.70%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=37.70%
G=22.40%
B=39.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138821460.050.4400.43292.528.0744.71
Hex8A529252C02B1241c2d
Octal2121222225540534443455
Binary10001010101001010010010101101100010101110010010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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