Html Css Color HEX #85477C Trendy Pink

📋 copy color: '#85477C'

red 133 ◦ green 71 ◦ blue 124

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

Shades of Trendy Pink #85477C

Tints of Trendy Pink #85477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 40.55%
G = 21.65%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85477C (or 0x85477C) is known color: Trendy Pink. HEX triplet: 85, 47 and 7C. RGB value is (133,71,124). Sum of RGB (Red+Green+Blue) = 133+71+124=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85477C is #7AB883. Grayscale: #5F5F5F. Windows color (decimal): -8042628 or 8144773. OLE color: 8144773.

HSL color Cylindrical-coordinate representation of color #85477C: hue angle of 308.71º 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 #85477C is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 124 -
CMYK 0 0.47 0.07 0.48
HSL 308.71º 0.3% 0.4% -
HSV(B) 308.71º 0.47% 0.52% -
XYZ 15.56 10.95 20.36 -
YUV 95.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 133 71 124 0 0.47 0.07 0.48 308.71 0.3 0.4
Hex 85 47 7C 0 2F 7 30 135 1E 28
Octal 205 107 174 0 57 7 60 465 36 50
Binary 10000101 1000111 1111100 0 101111 111 110000 100110101 11110 101000

Color Harmonies of #85477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85477C

Black with #85477C

Text Example


Text Example

White with #85477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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