#86508B

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

Shades of Trendy Pink #86508B

Tints of Trendy Pink #86508B

Color information

#86508B (or 0x86508B) is unknown color: approx Trendy Pink. HEX triplet: 86, 50 and 8B. RGB value is (134,80,139). Sum of RGB (Red+Green+Blue) = 134+80+139=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #86508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86508B is #79AF74. Grayscale: #666666. Windows color (decimal): -7974773 or 9130118. OLE color: 9130118.

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

Color convert

RGB13480139-
CMYK0.040.4200.45
HSL294.92º26.94%42.94%-
HSV(B)294.92º42.45%54.51%-
XYZ17.3612.6725.96-
YUV102.87148.39150.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=37.96%
G=22.66%
B=39.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134801390.040.4200.45294.9226.9442.94
Hex86508B42A02D1271b2b
Octal2061202134520554473353
Binary10000110101000010001011100101010010110110010011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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