Html Css Color HEX #85487C Trendy Pink

📋 copy color: '#85487C'

red 133 ◦ green 72 ◦ blue 124

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

Shades of Trendy Pink #85487C

Tints of Trendy Pink #85487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

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

R = 40.43%
G = 21.88%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85487C (or 0x85487C) is known color: Trendy Pink. HEX triplet: 85, 48 and 7C. RGB value is (133,72,124). Sum of RGB (Red+Green+Blue) = 133+72+124=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85487C is #7AB783. Grayscale: #606060. Windows color (decimal): -8042372 or 8145029. OLE color: 8145029.

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

Color convert

RGB 133 72 124 -
CMYK 0 0.46 0.07 0.48
HSL 308.85º 0.3% 0.4% -
HSV(B) 308.85º 0.46% 0.52% -
XYZ 15.63 11.08 20.38 -
YUV 96.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 133 72 124 0 0.46 0.07 0.48 308.85 0.3 0.4
Hex 85 48 7C 0 2E 7 30 135 1E 28
Octal 205 110 174 0 56 7 60 465 36 50
Binary 10000101 1001000 1111100 0 101110 111 110000 100110101 11110 101000

Color Harmonies of #85487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85487C

Black with #85487C

Text Example


Text Example

White with #85487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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