#855E7D

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

Shades of Trendy Pink #855E7D

Tints of Trendy Pink #855E7D

Color information

#855E7D (or 0x855E7D) is unknown color: approx Trendy Pink. HEX triplet: 85, 5E and 7D. RGB value is (133,94,125). Sum of RGB (Red+Green+Blue) = 133+94+125=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #855E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E7D is #7AA182. Grayscale: #6D6D6D. Windows color (decimal): -8036739 or 8216197. OLE color: 8216197.

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

Color convert

RGB13394125-
CMYK00.290.060.48
HSL312.31º17.18%44.51%-
HSV(B)312.31º29.32%52.16%-
XYZ17.3814.4721.28-
YUV109.2136.92144.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=37.78%
G=26.70%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339412500.290.060.48312.3117.1844.51
Hex855E7D01D630138112d
Octal2051361750356604702155
Binary100001011011110111110101110111011000010011100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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