#854E7C

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

Shades of Trendy Pink #854E7C

Tints of Trendy Pink #854E7C

Color information

#854E7C (or 0x854E7C) is unknown color: approx Trendy Pink. HEX triplet: 85, 4E and 7C. RGB value is (133,78,124). Sum of RGB (Red+Green+Blue) = 133+78+124=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #854E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E7C is #7AB183. Grayscale: #636363. Windows color (decimal): -8040836 or 8146565. OLE color: 8146565.

HSL color Cylindrical-coordinate representation of color #854E7C: hue angle of 309.82º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854E7C is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13378124-
CMYK00.410.070.48
HSL309.82º26.07%41.37%-
HSV(B)309.82º41.35%52.16%-
XYZ16.0411.8920.52-
YUV99.69141.72151.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=39.70%
G=23.28%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337812400.410.070.48309.8226.0741.37
Hex854E7C0297301361a29
Octal2051161740517604663251
Binary1000010110011101111100010100111111000010011011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854E7C; }

 p { color: rgb(133,78,124); }

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

<style>
 a { background-color: #854E7C; }

 a { background-color: rgb(133,78,124); }

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

<style>
 span { border-color: #854E7C; }

 span { border-color: rgb(133,78,124); }

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