#854A79

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

Shades of Trendy Pink #854A79

Tints of Trendy Pink #854A79

Color information

#854A79 (or 0x854A79) is unknown color: approx Trendy Pink. HEX triplet: 85, 4A and 79. RGB value is (133,74,121). Sum of RGB (Red+Green+Blue) = 133+74+121=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #854A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A79 is #7AB586. Grayscale: #606060. Windows color (decimal): -8041863 or 7948933. OLE color: 7948933.

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

Color convert

RGB13374121-
CMYK00.440.090.48
HSL312.2º28.5%40.59%-
HSV(B)312.2º44.36%52.16%-
XYZ15.5711.2619.44-
YUV97141.55153.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=40.55%
G=22.56%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337412100.440.090.48312.228.540.59
Hex854A7902C9301381d29
Octal20511217105411604703551
Binary10000101100101011110010101100100111000010011100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,74,121); }

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

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

 a { background-color: rgb(133,74,121); }

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

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

 span { border-color: rgb(133,74,121); }

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