#855E83

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

Shades of Trendy Pink #855E83

Tints of Trendy Pink #855E83

Color information

#855E83 (or 0x855E83) is unknown color: approx Trendy Pink. HEX triplet: 85, 5E and 83. RGB value is (133,94,131). Sum of RGB (Red+Green+Blue) = 133+94+131=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #855E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855E83 is #7AA17C. Grayscale: #6D6D6D. Windows color (decimal): -8036733 or 8609413. OLE color: 8609413.

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

Color convert

RGB13394131-
CMYK00.290.020.48
HSL303.08º17.18%44.51%-
HSV(B)303.08º29.32%52.16%-
XYZ17.7714.6323.36-
YUV109.88139.92144.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=37.15%
G=26.26%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339413100.290.020.48303.0817.1844.51
Hex855E8301D23012f112d
Octal2051362030352604572155
Binary100001011011110100000110111011011000010010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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