Html Css Color HEX #85477F Trendy Pink

📋 copy color: '#85477F'

red 133 ◦ green 71 ◦ blue 127

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

Shades of Trendy Pink #85477F

Tints of Trendy Pink #85477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.37%

R = 40.18%
G = 21.45%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85477F (or 0x85477F) is known color: Trendy Pink. HEX triplet: 85, 47 and 7F. RGB value is (133,71,127). Sum of RGB (Red+Green+Blue) = 133+71+127=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85477F is #7AB880. Grayscale: #5F5F5F. Windows color (decimal): -8042625 or 8341381. OLE color: 8341381.

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

Color convert

RGB 133 71 127 -
CMYK 0 0.47 0.05 0.48
HSL 305.81º 0.3% 0.4% -
HSV(B) 305.81º 0.47% 0.52% -
XYZ 15.76 11.03 21.38 -
YUV 95.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 133 71 127 0 0.47 0.05 0.48 305.81 0.3 0.4
Hex 85 47 7F 0 2F 5 30 132 1E 28
Octal 205 107 177 0 57 5 60 462 36 50
Binary 10000101 1000111 1111111 0 101111 101 110000 100110010 11110 101000

Color Harmonies of #85477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85477F

Black with #85477F

Text Example


Text Example

White with #85477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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