#855D82

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

Shades of Trendy Pink #855D82

Tints of Trendy Pink #855D82

Color information

#855D82 (or 0x855D82) is unknown color: approx Trendy Pink. HEX triplet: 85, 5D and 82. RGB value is (133,93,130). Sum of RGB (Red+Green+Blue) = 133+93+130=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #855D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D82 is #7AA27D. Grayscale: #6D6D6D. Windows color (decimal): -8036990 or 8543621. OLE color: 8543621.

HSL color Cylindrical-coordinate representation of color #855D82: hue angle of 304.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D82 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13393130-
CMYK00.300.020.48
HSL304.5º17.7%44.31%-
HSV(B)304.5º30.08%52.16%-
XYZ17.6214.4322.98-
YUV109.18139.75144.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 93 (36.72% from 255) = 26.12%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=37.36%
G=26.12%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339313000.300.020.48304.517.744.31
Hex855D8201E230130122c
Octal2051352020362604602254
Binary100001011011101100000100111101011000010011000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,130); }

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

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

 a { background-color: rgb(133,93,130); }

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

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

 span { border-color: rgb(133,93,130); }

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