#8A668D

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

Shades of Trendy Pink #8A668D

Tints of Trendy Pink #8A668D

Color information

#8A668D (or 0x8A668D) is unknown color: approx Trendy Pink. HEX triplet: 8A, 66 and 8D. RGB value is (138,102,141). Sum of RGB (Red+Green+Blue) = 138+102+141=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A668D is #759972. Grayscale: #757575. Windows color (decimal): -7706995 or 9266826. OLE color: 9266826.

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

Color convert

RGB138102141-
CMYK0.020.2800.45
HSL295.38º16.05%47.65%-
HSV(B)295.38º27.66%55.29%-
XYZ20.0416.8327.39-
YUV117.21141.43142.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.22%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=36.22%
G=26.77%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381021410.020.2800.45295.3816.0547.65
Hex8A668D21C02D1271030
Octal2121462152340554472060
Binary100010101100110100011011011100010110110010011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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