#854F7A

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

Shades of Trendy Pink #854F7A

Tints of Trendy Pink #854F7A

Color information

#854F7A (or 0x854F7A) is unknown color: approx Trendy Pink. HEX triplet: 85, 4F and 7A. RGB value is (133,79,122). Sum of RGB (Red+Green+Blue) = 133+79+122=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #854F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F7A is #7AB085. Grayscale: #636363. Windows color (decimal): -8040582 or 8015749. OLE color: 8015749.

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

Color convert

RGB13379122-
CMYK00.410.080.48
HSL312.22º25.47%41.57%-
HSV(B)312.22º40.6%52.16%-
XYZ15.9811.9819.88-
YUV100.05140.39151.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=39.82%
G=23.65%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337912200.410.080.48312.2225.4741.57
Hex854F7A029830138192a
Octal20511717205110604703152
Binary10000101100111111110100101001100011000010011100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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