#85698B

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

Shades of Trendy Pink #85698B

Tints of Trendy Pink #85698B

Color information

#85698B (or 0x85698B) is unknown color: approx Trendy Pink. HEX triplet: 85, 69 and 8B. RGB value is (133,105,139). Sum of RGB (Red+Green+Blue) = 133+105+139=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #85698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85698B is #7A9674. Grayscale: #757575. Windows color (decimal): -8033909 or 9136517. OLE color: 9136517.

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

Color convert

RGB133105139-
CMYK0.040.2400.45
HSL289.41º13.93%47.84%-
HSV(B)289.41º24.46%54.51%-
XYZ19.3816.9526.68-
YUV117.25140.28139.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=35.28%
G=27.85%
B=36.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331051390.040.2400.45289.4113.9347.84
Hex85698B41802D121e30
Octal2051512134300554411660
Binary100001011101001100010111001100001011011001000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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