#85648A

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

Shades of Trendy Pink #85648A

Tints of Trendy Pink #85648A

Color information

#85648A (or 0x85648A) is unknown color: approx Trendy Pink. HEX triplet: 85, 64 and 8A. RGB value is (133,100,138). Sum of RGB (Red+Green+Blue) = 133+100+138=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #85648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85648A is #7A9B75. Grayscale: #727272. Windows color (decimal): -8035190 or 9069701. OLE color: 9069701.

HSL color Cylindrical-coordinate representation of color #85648A: hue angle of 292.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85648A is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB133100138-
CMYK0.040.2800.46
HSL292.11º15.97%46.67%-
HSV(B)292.11º27.54%54.12%-
XYZ18.8215.9426.13-
YUV114.2141.43141.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=35.85%
G=26.95%
B=37.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331001380.040.2800.46292.1115.9746.67
Hex85648A41C02E124102f
Octal2051442124340564442057
Binary1000010111001001000101010011100010111010010010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85648A; }

 p { color: rgb(133,100,138); }

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

<style>
 a { background-color: #85648A; }

 a { background-color: rgb(133,100,138); }

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

<style>
 span { border-color: #85648A; }

 span { border-color: rgb(133,100,138); }

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