#8A517B

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

Shades of Trendy Pink #8A517B

Tints of Trendy Pink #8A517B

Color information

#8A517B (or 0x8A517B) is unknown color: approx Trendy Pink. HEX triplet: 8A, 51 and 7B. RGB value is (138,81,123). Sum of RGB (Red+Green+Blue) = 138+81+123=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A517B is #75AE84. Grayscale: #666666. Windows color (decimal): -7712389 or 8081802. OLE color: 8081802.

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

Color convert

RGB13881123-
CMYK00.410.110.46
HSL315.79º26.03%42.94%-
HSV(B)315.79º41.3%54.12%-
XYZ1712.7220.3-
YUV102.83139.38153.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=40.35%
G=23.68%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388112300.410.110.46315.7926.0342.94
Hex8A517B029B2E13c1a2b
Octal21212117305113564743253
Binary10001010101000111110110101001101110111010011110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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