#8A508A

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

Shades of Trendy Pink #8A508A

Tints of Trendy Pink #8A508A

Color information

#8A508A (or 0x8A508A) is unknown color: approx Trendy Pink. HEX triplet: 8A, 50 and 8A. RGB value is (138,80,138). Sum of RGB (Red+Green+Blue) = 138+80+138=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A508A is #75AF75. Grayscale: #676767. Windows color (decimal): -7712630 or 9064586. OLE color: 9064586.

HSL color Cylindrical-coordinate representation of color #8A508A: hue angle of 300º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A508A is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13880138-
CMYK00.4200.46
HSL300º26.61%42.75%-
HSV(B)300º42.03%54.12%-
XYZ17.9412.9825.6-
YUV103.95147.22152.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.76%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=38.76%
G=22.47%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388013800.4200.4630026.6142.75
Hex8A508A02A02E12c1b2b
Octal2121202120520564543353
Binary100010101010000100010100101010010111010010110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,138); }

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

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

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

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

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

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

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