#85417F

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

Shades of Trendy Pink #85417F

Tints of Trendy Pink #85417F

Color information

#85417F (or 0x85417F) is unknown color: approx Trendy Pink. HEX triplet: 85, 41 and 7F. RGB value is (133,65,127). Sum of RGB (Red+Green+Blue) = 133+65+127=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85417F is #7ABE80. Grayscale: #5C5C5C. Windows color (decimal): -8044161 or 8339845. OLE color: 8339845.

HSL color Cylindrical-coordinate representation of color #85417F: hue angle of 305.29º 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 #85417F is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13365127-
CMYK00.510.050.48
HSL305.29º34.34%38.82%-
HSV(B)305.29º51.13%52.16%-
XYZ15.3910.321.26-
YUV92.4147.53156.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 127 (50% from 255) = 39.08%
R=40.92%
G=20%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336512700.510.050.48305.2934.3438.82
Hex85417F0335301312227
Octal2051011770635604614247
Binary10000101100000111111110110011101110000100110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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