Html Css Color HEX #85517E Trendy Pink

📋 copy color: '#85517E'

red 133 ◦ green 81 ◦ blue 126

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

Shades of Trendy Pink #85517E

Tints of Trendy Pink #85517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 39.12%
G = 23.82%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85517E (or 0x85517E) is known color: Trendy Pink. HEX triplet: 85, 51 and 7E. RGB value is (133,81,126). Sum of RGB (Red+Green+Blue) = 133+81+126=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85517E is #7AAE81. Grayscale: #656565. Windows color (decimal): -8040066 or 8278405. OLE color: 8278405.

HSL color Cylindrical-coordinate representation of color #85517E: hue angle of 308.08º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85517E is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 126 -
CMYK 0 0.39 0.05 0.48
HSL 308.08º 0.24% 0.42% -
HSV(B) 308.08º 0.39% 0.52% -
XYZ 16.38 12.38 21.26 -
YUV 101.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 133 81 126 0 0.39 0.05 0.48 308.08 0.24 0.42
Hex 85 51 7E 0 27 5 30 134 18 2A
Octal 205 121 176 0 47 5 60 464 30 52
Binary 10000101 1010001 1111110 0 100111 101 110000 100110100 11000 101010

Color Harmonies of #85517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85517E

Black with #85517E

Text Example


Text Example

White with #85517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85517E; }

 p { color: rgb(133,81,126); }

 H1.HeaderClassName
 {
   color: #85517E;
 }
 .AnyTagClassName
 {
   color: #85517E;
 }
</style>

background-color css

<style>
 a { background-color: #85517E; }

 a { background-color: rgb(133,81,126); }

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

border-color css

<style>
 span { border-color: #85517E; }

 span { border-color: rgb(133,81,126); }

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