#85417D

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

Shades of Trendy Pink #85417D

Tints of Trendy Pink #85417D

Color information

#85417D (or 0x85417D) is unknown color: approx Trendy Pink. HEX triplet: 85, 41 and 7D. RGB value is (133,65,125). Sum of RGB (Red+Green+Blue) = 133+65+125=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85417D is #7ABE82. Grayscale: #5C5C5C. Windows color (decimal): -8044163 or 8208773. OLE color: 8208773.

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

Color convert

RGB13365125-
CMYK00.510.060.48
HSL307.06º34.34%38.82%-
HSV(B)307.06º51.13%52.16%-
XYZ15.2610.2520.58-
YUV92.17146.53157.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=41.18%
G=20.12%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336512500.510.060.48307.0634.3438.82
Hex85417D0336301332227
Octal2051011750636604634247
Binary10000101100000111111010110011110110000100110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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