#86638A

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

Shades of Trendy Pink #86638A

Tints of Trendy Pink #86638A

Color information

#86638A (or 0x86638A) is unknown color: approx Trendy Pink. HEX triplet: 86, 63 and 8A. RGB value is (134,99,138). Sum of RGB (Red+Green+Blue) = 134+99+138=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #86638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86638A is #799C75. Grayscale: #717171. Windows color (decimal): -7969910 or 9069446. OLE color: 9069446.

HSL color Cylindrical-coordinate representation of color #86638A: hue angle of 293.85º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86638A is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13499138-
CMYK0.030.2800.46
HSL293.85º16.46%46.47%-
HSV(B)293.85º28.26%54.12%-
XYZ18.8815.8326.1-
YUV113.91141.6142.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=36.12%
G=26.68%
B=37.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134991380.030.2800.46293.8516.4646.47
Hex86638A31C02E126102e
Octal2061432123340564462056
Binary100001101100011100010101111100010111010010011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86638A; }

 p { color: rgb(134,99,138); }

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

<style>
 a { background-color: #86638A; }

 a { background-color: rgb(134,99,138); }

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

<style>
 span { border-color: #86638A; }

 span { border-color: rgb(134,99,138); }

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