#8A518B

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

Shades of Trendy Pink #8A518B

Tints of Trendy Pink #8A518B

Color information

#8A518B (or 0x8A518B) is unknown color: approx Trendy Pink. HEX triplet: 8A, 51 and 8B. RGB value is (138,81,139). Sum of RGB (Red+Green+Blue) = 138+81+139=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A518B is #75AE74. Grayscale: #686868. Windows color (decimal): -7712373 or 9130378. OLE color: 9130378.

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

Color convert

RGB13881139-
CMYK0.010.4200.45
HSL298.97º26.36%43.14%-
HSV(B)298.97º41.73%54.51%-
XYZ18.0813.1526.01-
YUV104.66147.38151.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=38.55%
G=22.63%
B=38.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138811390.010.4200.45298.9726.3643.14
Hex8A518B12A02D12b1a2b
Octal2121212131520554533253
Binary100010101010001100010111101010010110110010101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,81,139); }

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

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

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

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

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

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

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