Html Css Color HEX #85528C Trendy Pink

📋 copy color: '#85528C'

red 133 ◦ green 82 ◦ blue 140

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

Shades of Trendy Pink #85528C

Tints of Trendy Pink #85528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 37.46%
G = 23.1%
B = 39.44%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85528C (or 0x85528C) is known color: Trendy Pink. HEX triplet: 85, 52 and 8C. RGB value is (133,82,140). Sum of RGB (Red+Green+Blue) = 133+82+140=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #85528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85528C is #7AAD73. Grayscale: #676767. Windows color (decimal): -8039796 or 9196165. OLE color: 9196165.

HSL color Cylindrical-coordinate representation of color #85528C: hue angle of 292.76º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85528C is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 82 140 -
CMYK 0.05 0.41 0 0.45
HSL 292.76º 0.26% 0.44% -
HSV(B) 292.76º 0.41% 0.55% -
XYZ 17.42 12.91 26.39 -
YUV 103.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 133 82 140 0.05 0.41 0 0.45 292.76 0.26 0.44
Hex 85 52 8C 5 29 0 2D 125 1A 2C
Octal 205 122 214 5 51 0 55 445 32 54
Binary 10000101 1010010 10001100 101 101001 0 101101 100100101 11010 101100

Color Harmonies of #85528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85528C

Black with #85528C

Text Example


Text Example

White with #85528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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