#85618B

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

Shades of Trendy Pink #85618B

Tints of Trendy Pink #85618B

Color information

#85618B (or 0x85618B) is unknown color: approx Trendy Pink. HEX triplet: 85, 61 and 8B. RGB value is (133,97,139). Sum of RGB (Red+Green+Blue) = 133+97+139=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #85618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85618B is #7A9E74. Grayscale: #707070. Windows color (decimal): -8035957 or 9134469. OLE color: 9134469.

HSL color Cylindrical-coordinate representation of color #85618B: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85618B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13397139-
CMYK0.040.3000.45
HSL291.43º17.8%46.27%-
HSV(B)291.43º30.22%54.51%-
XYZ18.6115.426.42-
YUV112.55142.93142.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=36.04%
G=26.29%
B=37.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133971390.040.3000.45291.4317.846.27
Hex85618B41E02D123122e
Octal2051412134360554432256
Binary1000010111000011000101110011110010110110010001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85618B; }

 p { color: rgb(133,97,139); }

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

<style>
 a { background-color: #85618B; }

 a { background-color: rgb(133,97,139); }

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

<style>
 span { border-color: #85618B; }

 span { border-color: rgb(133,97,139); }

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