Html Css Color HEX #856E85 Trendy Pink

📋 copy color: '#856E85'

red 133 ◦ green 110 ◦ blue 133

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

Shades of Trendy Pink #856E85

Tints of Trendy Pink #856E85

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.26%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 35.37%
G = 29.26%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#856E85 (or 0x856E85) is known color: Trendy Pink. HEX triplet: 85, 6E and 85. RGB value is (133,110,133). Sum of RGB (Red+Green+Blue) = 133+110+133=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #856E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E85 is #7A917A. Grayscale: #777777. Windows color (decimal): -8032635 or 8744581. OLE color: 8744581.

HSL color Cylindrical-coordinate representation of color #856E85: hue angle of 300º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856E85 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 133 -
CMYK 0 0.17 0 0.48
HSL 300º 0.09% 0.48% -
HSV(B) 300º 0.17% 0.52% -
XYZ 19.48 17.83 24.61 -
YUV 119.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 133 110 133 0 0.17 0 0.48 300 0.09 0.48
Hex 85 6E 85 0 11 0 30 12C 9 30
Octal 205 156 205 0 21 0 60 454 11 60
Binary 10000101 1101110 10000101 0 10001 0 110000 100101100 1001 110000

Color Harmonies of #856E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E85

Black with #856E85

Text Example


Text Example

White with #856E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,110,133); }

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

background-color css

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

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

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

border-color css

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

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

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