#85538C

Color #85538C Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #85538C

Tints of Trendy Pink #85538C

Color information

#85538C (or 0x85538C) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 8C. RGB value is (133,83,140). Sum of RGB (Red+Green+Blue) = 133+83+140=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #85538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85538C is #7AAC73. Grayscale: #686868. Windows color (decimal): -8039540 or 9196421. OLE color: 9196421.

HSL color Cylindrical-coordinate representation of color #85538C: hue angle of 292.63º 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 #85538C is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13383140-
CMYK0.050.4100.45
HSL292.63º25.56%43.73%-
HSV(B)292.63º40.71%54.9%-
XYZ17.513.0726.41-
YUV104.45148.06148.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=37.36%
G=23.31%
B=39.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133831400.050.4100.45292.6325.5643.73
Hex85538C52902D1251a2c
Octal2051232145510554453254
Binary10000101101001110001100101101001010110110010010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85538C;
 }
 .AnyTagClassName
 {
   color: #85538C;
 }
</style>
background-color css

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

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

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

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

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

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