Html Css Color HEX #85688D Trendy Pink

📋 copy color: '#85688D'

red 133 ◦ green 104 ◦ blue 141

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

Shades of Trendy Pink #85688D

Tints of Trendy Pink #85688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.51%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 35.19%
G = 27.51%
B = 37.3%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85688D (or 0x85688D) is known color: Trendy Pink. HEX triplet: 85, 68 and 8D. RGB value is (133,104,141). Sum of RGB (Red+Green+Blue) = 133+104+141=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #85688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85688D is #7A9772. Grayscale: #747474. Windows color (decimal): -8034163 or 9267333. OLE color: 9267333.

HSL color Cylindrical-coordinate representation of color #85688D: hue angle of 287.03º 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 #85688D is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 104 141 -
CMYK 0.06 0.26 0 0.45
HSL 287.03º 0.15% 0.48% -
HSV(B) 287.03º 0.26% 0.55% -
XYZ 19.43 16.81 27.42 -
YUV 116.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 133 104 141 0.06 0.26 0 0.45 287.03 0.15 0.48
Hex 85 68 8D 6 1A 0 2D 11F F 30
Octal 205 150 215 6 32 0 55 437 17 60
Binary 10000101 1101000 10001101 110 11010 0 101101 100011111 1111 110000

Color Harmonies of #85688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85688D

Black with #85688D

Text Example


Text Example

White with #85688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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