#85417E

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

Shades of Trendy Pink #85417E

Tints of Trendy Pink #85417E

Color information

#85417E (or 0x85417E) is unknown color: approx Trendy Pink. HEX triplet: 85, 41 and 7E. RGB value is (133,65,126). Sum of RGB (Red+Green+Blue) = 133+65+126=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85417E is #7ABE81. Grayscale: #5C5C5C. Windows color (decimal): -8044162 or 8274309. OLE color: 8274309.

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

Color convert

RGB13365126-
CMYK00.510.050.48
HSL306.18º34.34%38.82%-
HSV(B)306.18º51.13%52.16%-
XYZ15.3310.2720.91-
YUV92.29147.03157.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=41.05%
G=20.06%
B=38.89%

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
Decimal1336512600.510.050.48306.1834.3438.82
Hex85417E0335301322227
Octal2051011760635604624247
Binary10000101100000111111100110011101110000100110010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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