#85417A

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

Shades of Trendy Pink #85417A

Tints of Trendy Pink #85417A

Color information

#85417A (or 0x85417A) is unknown color: approx Trendy Pink. HEX triplet: 85, 41 and 7A. RGB value is (133,65,122). Sum of RGB (Red+Green+Blue) = 133+65+122=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #85417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85417A is #7ABE85. Grayscale: #5B5B5B. Windows color (decimal): -8044166 or 8012165. OLE color: 8012165.

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

Color convert

RGB13365122-
CMYK00.510.080.48
HSL309.71º34.34%38.82%-
HSV(B)309.71º51.13%52.16%-
XYZ15.0810.1719.58-
YUV91.83145.03157.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=41.56%
G=20.31%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336512200.510.080.48309.7134.3438.82
Hex85417A0338301362227
Octal20510117206310604664247
Binary100001011000001111101001100111000110000100110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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