#8A528D

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

Shades of Trendy Pink #8A528D

Tints of Trendy Pink #8A528D

Color information

#8A528D (or 0x8A528D) is unknown color: approx Trendy Pink. HEX triplet: 8A, 52 and 8D. RGB value is (138,82,141). Sum of RGB (Red+Green+Blue) = 138+82+141=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A528D is #75AD72. Grayscale: #696969. Windows color (decimal): -7712115 or 9261706. OLE color: 9261706.

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

Color convert

RGB13882141-
CMYK0.020.4200.45
HSL296.95º26.46%43.73%-
HSV(B)296.95º41.84%55.29%-
XYZ18.3113.3626.81-
YUV105.47148.05151.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=38.23%
G=22.71%
B=39.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138821410.020.4200.45296.9526.4643.73
Hex8A528D22A02D1291a2c
Octal2121222152520554513254
Binary1000101010100101000110110101010010110110010100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,82,141); }

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

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

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

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

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

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

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