Html Css Color HEX #856289 Trendy Pink

📋 copy color: '#856289'

red 133 ◦ green 98 ◦ blue 137

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

Shades of Trendy Pink #856289

Tints of Trendy Pink #856289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.63%

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 36.14%
G = 26.63%
B = 37.23%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#856289 (or 0x856289) is known color: Trendy Pink. HEX triplet: 85, 62 and 89. RGB value is (133,98,137). Sum of RGB (Red+Green+Blue) = 133+98+137=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #856289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856289 is #7A9D76. Grayscale: #707070. Windows color (decimal): -8035703 or 9003653. OLE color: 9003653.

HSL color Cylindrical-coordinate representation of color #856289: hue angle of 293.85º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856289 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 98 137 -
CMYK 0.03 0.28 0 0.46
HSL 293.85º 0.17% 0.46% -
HSV(B) 293.85º 0.28% 0.54% -
XYZ 18.56 15.53 25.69 -
YUV 112.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 133 98 137 0.03 0.28 0 0.46 293.85 0.17 0.46
Hex 85 62 89 3 1C 0 2E 126 11 2E
Octal 205 142 211 3 34 0 56 446 21 56
Binary 10000101 1100010 10001001 11 11100 0 101110 100100110 10001 101110

Color Harmonies of #856289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856289

Black with #856289

Text Example


Text Example

White with #856289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856289; }

 p { color: rgb(133,98,137); }

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

background-color css

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

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

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

border-color css

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

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

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