Html Css Color HEX #85497A Trendy Pink

📋 copy color: '#85497A'

red 133 ◦ green 73 ◦ blue 122

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

Shades of Trendy Pink #85497A

Tints of Trendy Pink #85497A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 40.55%
G = 22.26%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85497A (or 0x85497A) is known color: Trendy Pink. HEX triplet: 85, 49 and 7A. RGB value is (133,73,122). Sum of RGB (Red+Green+Blue) = 133+73+122=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85497A is #7AB685. Grayscale: #606060. Windows color (decimal): -8042118 or 8014213. OLE color: 8014213.

HSL color Cylindrical-coordinate representation of color #85497A: hue angle of 311º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85497A is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 122 -
CMYK 0 0.45 0.08 0.48
HSL 311º 0.29% 0.4% -
HSV(B) 311º 0.45% 0.52% -
XYZ 15.57 11.16 19.75 -
YUV 96.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 133 73 122 0 0.45 0.08 0.48 311 0.29 0.4
Hex 85 49 7A 0 2D 8 30 137 1D 28
Octal 205 111 172 0 55 10 60 467 35 50
Binary 10000101 1001001 1111010 0 101101 1000 110000 100110111 11101 101000

Color Harmonies of #85497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85497A

Black with #85497A

Text Example


Text Example

White with #85497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85497A; }

 p { color: rgb(133,73,122); }

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

background-color css

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

 a { background-color: rgb(133,73,122); }

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

border-color css

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

 span { border-color: rgb(133,73,122); }

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