Html Css Color HEX #856387 Trendy Pink

📋 copy color: '#856387'

red 133 ◦ green 99 ◦ blue 135

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

Shades of Trendy Pink #856387

Tints of Trendy Pink #856387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 36.24%
G = 26.98%
B = 36.78%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#856387 (or 0x856387) is known color: Trendy Pink. HEX triplet: 85, 63 and 87. RGB value is (133,99,135). Sum of RGB (Red+Green+Blue) = 133+99+135=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #856387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856387 is #7A9C78. Grayscale: #717171. Windows color (decimal): -8035449 or 8872837. OLE color: 8872837.

HSL color Cylindrical-coordinate representation of color #856387: hue angle of 296.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856387 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 99 135 -
CMYK 0.01 0.27 0 0.47
HSL 296.67º 0.15% 0.46% -
HSV(B) 296.67º 0.27% 0.53% -
XYZ 18.51 15.66 24.97 -
YUV 113.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 133 99 135 0.01 0.27 0 0.47 296.67 0.15 0.46
Hex 85 63 87 1 1B 0 2F 129 F 2E
Octal 205 143 207 1 33 0 57 451 17 56
Binary 10000101 1100011 10000111 1 11011 0 101111 100101001 1111 101110

Color Harmonies of #856387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856387

Black with #856387

Text Example


Text Example

White with #856387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856387; }

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

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

background-color css

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

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

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

border-color css

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

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

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