Html Css Color HEX #85497E Trendy Pink

📋 copy color: '#85497E'

red 133 ◦ green 73 ◦ blue 126

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

Shades of Trendy Pink #85497E

Tints of Trendy Pink #85497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 40.06%
G = 21.99%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85497E (or 0x85497E) is known color: Trendy Pink. HEX triplet: 85, 49 and 7E. RGB value is (133,73,126). Sum of RGB (Red+Green+Blue) = 133+73+126=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #85497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85497E is #7AB681. Grayscale: #606060. Windows color (decimal): -8042114 or 8276357. OLE color: 8276357.

HSL color Cylindrical-coordinate representation of color #85497E: hue angle of 307º 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 #85497E is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 126 -
CMYK 0 0.45 0.05 0.48
HSL 307º 0.29% 0.4% -
HSV(B) 307º 0.45% 0.52% -
XYZ 15.82 11.26 21.08 -
YUV 96.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 133 73 126 0 0.45 0.05 0.48 307 0.29 0.4
Hex 85 49 7E 0 2D 5 30 133 1D 28
Octal 205 111 176 0 55 5 60 463 35 50
Binary 10000101 1001001 1111110 0 101101 101 110000 100110011 11101 101000

Color Harmonies of #85497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85497E

Black with #85497E

Text Example


Text Example

White with #85497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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