Html Css Color HEX #85527D Trendy Pink

📋 copy color: '#85527D'

red 133 ◦ green 82 ◦ blue 125

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

Shades of Trendy Pink #85527D

Tints of Trendy Pink #85527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 39.12%
G = 24.12%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85527D (or 0x85527D) is known color: Trendy Pink. HEX triplet: 85, 52 and 7D. RGB value is (133,82,125). Sum of RGB (Red+Green+Blue) = 133+82+125=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85527D is #7AAD82. Grayscale: #666666. Windows color (decimal): -8039811 or 8213125. OLE color: 8213125.

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

Color convert

RGB 133 82 125 -
CMYK 0 0.38 0.06 0.48
HSL 309.41º 0.24% 0.42% -
HSV(B) 309.41º 0.38% 0.52% -
XYZ 16.39 12.5 20.95 -
YUV 102.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 133 82 125 0 0.38 0.06 0.48 309.41 0.24 0.42
Hex 85 52 7D 0 26 6 30 135 18 2A
Octal 205 122 175 0 46 6 60 465 30 52
Binary 10000101 1010010 1111101 0 100110 110 110000 100110101 11000 101010

Color Harmonies of #85527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85527D

Black with #85527D

Text Example


Text Example

White with #85527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85527D; }

 p { color: rgb(133,82,125); }

 H1.HeaderClassName
 {
   color: #85527D;
 }
 .AnyTagClassName
 {
   color: #85527D;
 }
</style>

background-color css

<style>
 a { background-color: #85527D; }

 a { background-color: rgb(133,82,125); }

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

border-color css

<style>
 span { border-color: #85527D; }

 span { border-color: rgb(133,82,125); }

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