#855E81

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

Shades of Trendy Pink #855E81

Tints of Trendy Pink #855E81

Color information

#855E81 (or 0x855E81) is unknown color: approx Trendy Pink. HEX triplet: 85, 5E and 81. RGB value is (133,94,129). Sum of RGB (Red+Green+Blue) = 133+94+129=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #855E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855E81 is #7AA17E. Grayscale: #6D6D6D. Windows color (decimal): -8036735 or 8478341. OLE color: 8478341.

HSL color Cylindrical-coordinate representation of color #855E81: hue angle of 306.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E81 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13394129-
CMYK00.290.030.48
HSL306.15º17.18%44.51%-
HSV(B)306.15º29.32%52.16%-
XYZ17.6414.5822.65-
YUV109.65138.92144.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 129 (50.78% from 255) = 36.24%
R=37.36%
G=26.40%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339412900.290.030.48306.1517.1844.51
Hex855E8101D330132112d
Octal2051362010353604622155
Binary100001011011110100000010111011111000010011001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855E81; }

 p { color: rgb(133,94,129); }

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

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

 a { background-color: rgb(133,94,129); }

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

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

 span { border-color: rgb(133,94,129); }

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