Html Css Color HEX #85698C Trendy Pink

📋 copy color: '#85698C'

red 133 ◦ green 105 ◦ blue 140

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

Shades of Trendy Pink #85698C

Tints of Trendy Pink #85698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 35.19%
G = 27.78%
B = 37.04%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85698C (or 0x85698C) is known color: Trendy Pink. HEX triplet: 85, 69 and 8C. RGB value is (133,105,140). Sum of RGB (Red+Green+Blue) = 133+105+140=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #85698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85698C is #7A9673. Grayscale: #757575. Windows color (decimal): -8033908 or 9202053. OLE color: 9202053.

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

Color convert

RGB 133 105 140 -
CMYK 0.05 0.25 0 0.45
HSL 288º 0.14% 0.48% -
HSV(B) 288º 0.25% 0.55% -
XYZ 19.46 16.98 27.06 -
YUV 117.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 133 105 140 0.05 0.25 0 0.45 288 0.14 0.48
Hex 85 69 8C 5 19 0 2D 120 E 30
Octal 205 151 214 5 31 0 55 440 16 60
Binary 10000101 1101001 10001100 101 11001 0 101101 100100000 1110 110000

Color Harmonies of #85698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85698C

Black with #85698C

Text Example


Text Example

White with #85698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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