Html Css Color HEX #85497D Trendy Pink

📋 copy color: '#85497D'

red 133 ◦ green 73 ◦ blue 125

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

Shades of Trendy Pink #85497D

Tints of Trendy Pink #85497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 40.18%
G = 22.05%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85497D (or 0x85497D) is known color: Trendy Pink. HEX triplet: 85, 49 and 7D. RGB value is (133,73,125). Sum of RGB (Red+Green+Blue) = 133+73+125=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85497D is #7AB682. Grayscale: #606060. Windows color (decimal): -8042115 or 8210821. OLE color: 8210821.

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

Color convert

RGB 133 73 125 -
CMYK 0 0.45 0.06 0.48
HSL 308º 0.29% 0.4% -
HSV(B) 308º 0.45% 0.52% -
XYZ 15.76 11.23 20.74 -
YUV 96.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 133 73 125 0 0.45 0.06 0.48 308 0.29 0.4
Hex 85 49 7D 0 2D 6 30 134 1D 28
Octal 205 111 175 0 55 6 60 464 35 50
Binary 10000101 1001001 1111101 0 101101 110 110000 100110100 11101 101000

Color Harmonies of #85497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85497D

Black with #85497D

Text Example


Text Example

White with #85497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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