#86668B

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

Shades of Trendy Pink #86668B

Tints of Trendy Pink #86668B

Color information

#86668B (or 0x86668B) is unknown color: approx Trendy Pink. HEX triplet: 86, 66 and 8B. RGB value is (134,102,139). Sum of RGB (Red+Green+Blue) = 134+102+139=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #86668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86668B is #799974. Grayscale: #737373. Windows color (decimal): -7969141 or 9135750. OLE color: 9135750.

HSL color Cylindrical-coordinate representation of color #86668B: hue angle of 291.89º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86668B is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134102139-
CMYK0.040.2700.45
HSL291.89º15.35%47.25%-
HSV(B)291.89º26.62%54.51%-
XYZ19.2416.4426.58-
YUV115.79141.1140.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=35.73%
G=27.2%
B=37.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341021390.040.2700.45291.8915.3547.25
Hex86668B41B02D124f2f
Octal2061462134330554441757
Binary100001101100110100010111001101101011011001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86668B; }

 p { color: rgb(134,102,139); }

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

<style>
 a { background-color: #86668B; }

 a { background-color: rgb(134,102,139); }

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

<style>
 span { border-color: #86668B; }

 span { border-color: rgb(134,102,139); }

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