#85698D

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

Shades of Trendy Pink #85698D

Tints of Trendy Pink #85698D

Color information

#85698D (or 0x85698D) is unknown color: approx Trendy Pink. HEX triplet: 85, 69 and 8D. RGB value is (133,105,141). Sum of RGB (Red+Green+Blue) = 133+105+141=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #85698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85698D is #7A9672. Grayscale: #757575. Windows color (decimal): -8033907 or 9267589. OLE color: 9267589.

HSL color Cylindrical-coordinate representation of color #85698D: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85698D is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133105141-
CMYK0.060.2600.45
HSL286.67º14.63%48.24%-
HSV(B)286.67º25.53%55.29%-
XYZ19.5317.0127.45-
YUV117.48141.28139.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=35.09%
G=27.70%
B=37.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331051410.060.2600.45286.6714.6348.24
Hex85698D61A02D11ff30
Octal2051512156320554371760
Binary100001011101001100011011101101001011011000111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85698D; }

 p { color: rgb(133,105,141); }

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

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

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

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

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

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

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