#8A5893

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

Shades of Trendy Pink #8A5893

Tints of Trendy Pink #8A5893

Color information

#8A5893 (or 0x8A5893) is unknown color: approx Trendy Pink. HEX triplet: 8A, 58 and 93. RGB value is (138,88,147). Sum of RGB (Red+Green+Blue) = 138+88+147=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A5893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5893 is #75A76C. Grayscale: #6D6D6D. Windows color (decimal): -7710573 or 9656458. OLE color: 9656458.

HSL color Cylindrical-coordinate representation of color #8A5893: hue angle of 290.85º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A5893 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13888147-
CMYK0.060.4000.42
HSL290.85º25.11%46.08%-
HSV(B)290.85º40.14%57.65%-
XYZ19.2414.4929.39-
YUV109.68149.06148.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=37.00%
G=23.59%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138881470.060.4000.42290.8525.1146.08
Hex8A589362802A123192e
Octal2121302236500524433156
Binary10001010101100010010011110101000010101010010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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