#855186

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

Shades of Trendy Pink #855186

Tints of Trendy Pink #855186

Color information

#855186 (or 0x855186) is unknown color: approx Trendy Pink. HEX triplet: 85, 51 and 86. RGB value is (133,81,134). Sum of RGB (Red+Green+Blue) = 133+81+134=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #855186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855186 is #7AAE79. Grayscale: #666666. Windows color (decimal): -8040058 or 8802693. OLE color: 8802693.

HSL color Cylindrical-coordinate representation of color #855186: hue angle of 298.87º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855186 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13381134-
CMYK0.010.4000.47
HSL298.87º24.65%42.16%-
HSV(B)298.87º39.55%52.55%-
XYZ16.9212.5924.09-
YUV102.59145.73149.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 134 (52.73% from 255) = 38.51%
R=38.22%
G=23.28%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133811340.010.4000.47298.8724.6542.16
Hex85518612802F12b192a
Octal2051212061500574533152
Binary100001011010001100001101101000010111110010101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855186; }

 p { color: rgb(133,81,134); }

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

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

 a { background-color: rgb(133,81,134); }

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

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

 span { border-color: rgb(133,81,134); }

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