#8A5983

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

Shades of Trendy Pink #8A5983

Tints of Trendy Pink #8A5983

Color information

#8A5983 (or 0x8A5983) is unknown color: approx Trendy Pink. HEX triplet: 8A, 59 and 83. RGB value is (138,89,131). Sum of RGB (Red+Green+Blue) = 138+89+131=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5983 is #75A67C. Grayscale: #6C6C6C. Windows color (decimal): -7710333 or 8608138. OLE color: 8608138.

HSL color Cylindrical-coordinate representation of color #8A5983: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5983 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB13889131-
CMYK00.360.050.46
HSL308.57º21.59%44.51%-
HSV(B)308.57º35.51%54.12%-
XYZ18.1514.1923.25-
YUV108.44140.73149.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=38.55%
G=24.86%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388913100.360.050.46308.5721.5944.51
Hex8A598302452E135162d
Octal2121312030445564652655
Binary10001010101100110000011010010010110111010011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,131); }

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

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

 a { background-color: rgb(138,89,131); }

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

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

 span { border-color: rgb(138,89,131); }

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