#855E7F

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

Shades of Trendy Pink #855E7F

Tints of Trendy Pink #855E7F

Color information

#855E7F (or 0x855E7F) is unknown color: approx Trendy Pink. HEX triplet: 85, 5E and 7F. RGB value is (133,94,127). Sum of RGB (Red+Green+Blue) = 133+94+127=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #855E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E7F is #7AA180. Grayscale: #6D6D6D. Windows color (decimal): -8036737 or 8347269. OLE color: 8347269.

HSL color Cylindrical-coordinate representation of color #855E7F: hue angle of 309.23º 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 #855E7F is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13394127-
CMYK00.290.050.48
HSL309.23º17.18%44.51%-
HSV(B)309.23º29.32%52.16%-
XYZ17.5114.5221.96-
YUV109.42137.92144.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 127 (50% from 255) = 35.88%
R=37.57%
G=26.55%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339412700.290.050.48309.2317.1844.51
Hex855E7F01D530135112d
Octal2051361770355604652155
Binary100001011011110111111101110110111000010011010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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