#86618B

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

Shades of Trendy Pink #86618B

Tints of Trendy Pink #86618B

Color information

#86618B (or 0x86618B) is unknown color: approx Trendy Pink. HEX triplet: 86, 61 and 8B. RGB value is (134,97,139). Sum of RGB (Red+Green+Blue) = 134+97+139=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #86618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86618B is #799E74. Grayscale: #707070. Windows color (decimal): -7970421 or 9134470. OLE color: 9134470.

HSL color Cylindrical-coordinate representation of color #86618B: hue angle of 292.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86618B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13497139-
CMYK0.040.3000.45
HSL292.86º17.8%46.27%-
HSV(B)292.86º30.22%54.51%-
XYZ18.7715.4826.43-
YUV112.85142.76143.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=36.22%
G=26.22%
B=37.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134971390.040.3000.45292.8617.846.27
Hex86618B41E02D125122e
Octal2061412134360554452256
Binary1000011011000011000101110011110010110110010010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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