Html Css Color HEX #856D87 Trendy Pink

📋 copy color: '#856D87'

red 133 ◦ green 109 ◦ blue 135

#856D87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #856D87

Tints of Trendy Pink #856D87

RGB

 RED value IS 133 (52.34% from 255) = 35.28%

 GREEN value IS 109 (42.97% from 255) = 28.91%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 35.28%
G = 28.91%
B = 35.81%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#856D87 (or 0x856D87) is known color: Trendy Pink. HEX triplet: 85, 6D and 87. RGB value is (133,109,135). Sum of RGB (Red+Green+Blue) = 133+109+135=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 135 - color contains mainly: blue. Hex color #856D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D87 is #7A9278. Grayscale: #777777. Windows color (decimal): -8032889 or 8875397. OLE color: 8875397.

HSL color Cylindrical-coordinate representation of color #856D87: hue angle of 295.38º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #856D87 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 109 135 -
CMYK 0.01 0.19 0 0.47
HSL 295.38º 0.11% 0.48% -
HSV(B) 295.38º 0.19% 0.53% -
XYZ 19.51 17.67 25.3 -
YUV 119.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 133 109 135 0.01 0.19 0 0.47 295.38 0.11 0.48
Hex 85 6D 87 1 13 0 2F 127 B 30
Octal 205 155 207 1 23 0 57 447 13 60
Binary 10000101 1101101 10000111 1 10011 0 101111 100100111 1011 110000

Color Harmonies of #856D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D87

Black with #856D87

Text Example


Text Example

White with #856D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856D87; }

 p { color: rgb(133,109,135); }

 H1.HeaderClassName
 {
   color: #856D87;
 }
 .AnyTagClassName
 {
   color: #856D87;
 }
</style>

background-color css

<style>
 a { background-color: #856D87; }

 a { background-color: rgb(133,109,135); }

 div.DivClassName
 {
   background-color: #856D87;
 }
 .BgClassName
 {
   background-color: #856D87;
 }
</style>

border-color css

<style>
 span { border-color: #856D87; }

 span { border-color: rgb(133,109,135); }

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