#8A5394

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

Shades of Trendy Pink #8A5394

Tints of Trendy Pink #8A5394

Color information

#8A5394 (or 0x8A5394) is unknown color: approx Trendy Pink. HEX triplet: 8A, 53 and 94. RGB value is (138,83,148). Sum of RGB (Red+Green+Blue) = 138+83+148=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A5394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5394 is #75AC6B. Grayscale: #6A6A6A. Windows color (decimal): -7711852 or 9720714. OLE color: 9720714.

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

Color convert

RGB13883148-
CMYK0.070.4400.42
HSL290.77º28.14%45.29%-
HSV(B)290.77º43.92%58.04%-
XYZ18.9213.7329.67-
YUV106.86151.22150.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=37.40%
G=22.49%
B=40.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138831480.070.4400.42290.7728.1445.29
Hex8A539472C02A1231c2d
Octal2121232247540524433455
Binary10001010101001110010100111101100010101010010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,83,148); }

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

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

 a { background-color: rgb(138,83,148); }

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

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

 span { border-color: rgb(138,83,148); }

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