Html Css Color HEX #85477A Trendy Pink

📋 copy color: '#85477A'

red 133 ◦ green 71 ◦ blue 122

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

Shades of Trendy Pink #85477A

Tints of Trendy Pink #85477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 40.8%
G = 21.78%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85477A (or 0x85477A) is known color: Trendy Pink. HEX triplet: 85, 47 and 7A. RGB value is (133,71,122). Sum of RGB (Red+Green+Blue) = 133+71+122=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85477A is #7AB885. Grayscale: #5F5F5F. Windows color (decimal): -8042630 or 8013701. OLE color: 8013701.

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

Color convert

RGB 133 71 122 -
CMYK 0 0.47 0.08 0.48
HSL 310.65º 0.3% 0.4% -
HSV(B) 310.65º 0.47% 0.52% -
XYZ 15.44 10.9 19.7 -
YUV 95.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 133 71 122 0 0.47 0.08 0.48 310.65 0.3 0.4
Hex 85 47 7A 0 2F 8 30 137 1E 28
Octal 205 107 172 0 57 10 60 467 36 50
Binary 10000101 1000111 1111010 0 101111 1000 110000 100110111 11110 101000

Color Harmonies of #85477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85477A

Black with #85477A

Text Example


Text Example

White with #85477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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