#8a5393

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

Shades of Trendy Pink #8A5393

Tints of Trendy Pink #8A5393

Color information

#8A5393 (or 0x8A5393) is unknown color: approx Trendy Pink. HEX triplet: 8A, 53 and 93. RGB value is (138,83,147). Sum of RGB (Red+Green+Blue) = 138+83+147=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A5393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5393 is #75AC6C. Grayscale: #6A6A6A. Windows color (decimal): -7711853 or 9655178. OLE color: 9655178.

HSL color Cylindrical-coordinate representation of color #8A5393: hue angle of 291.56º 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 #8A5393 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13883147-
CMYK0.060.4400.42
HSL291.56º27.83%45.1%-
HSV(B)291.56º43.54%57.65%-
XYZ18.8413.729.25-
YUV106.74150.72150.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.5%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=37.5%
G=22.55%
B=39.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138831470.060.4400.42291.5627.8345.1
Hex8A539362C02A1241c2d
Octal2121232236540524443455
Binary10001010101001110010011110101100010101010010010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a5393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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