Html Css Color HEX #85477B Trendy Pink

📋 copy color: '#85477B'

red 133 ◦ green 71 ◦ blue 123

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

Shades of Trendy Pink #85477B

Tints of Trendy Pink #85477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 40.67%
G = 21.71%
B = 37.61%

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

#85477B (or 0x85477B) is known color: Trendy Pink. HEX triplet: 85, 47 and 7B. RGB value is (133,71,123). Sum of RGB (Red+Green+Blue) = 133+71+123=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85477B is #7AB884. Grayscale: #5F5F5F. Windows color (decimal): -8042629 or 8079237. OLE color: 8079237.

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

Color convert

RGB 133 71 123 -
CMYK 0 0.47 0.08 0.48
HSL 309.68º 0.3% 0.4% -
HSV(B) 309.68º 0.47% 0.52% -
XYZ 15.5 10.92 20.03 -
YUV 95.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 133 71 123 0 0.47 0.08 0.48 309.68 0.3 0.4
Hex 85 47 7B 0 2F 8 30 136 1E 28
Octal 205 107 173 0 57 10 60 466 36 50
Binary 10000101 1000111 1111011 0 101111 1000 110000 100110110 11110 101000

Color Harmonies of #85477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85477B

Black with #85477B

Text Example


Text Example

White with #85477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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