#854B78

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

Shades of Trendy Pink #854B78

Tints of Trendy Pink #854B78

Color information

#854B78 (or 0x854B78) is unknown color: approx Trendy Pink. HEX triplet: 85, 4B and 78. RGB value is (133,75,120). Sum of RGB (Red+Green+Blue) = 133+75+120=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #854B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B78 is #7AB487. Grayscale: #616161. Windows color (decimal): -8041608 or 7883653. OLE color: 7883653.

HSL color Cylindrical-coordinate representation of color #854B78: hue angle of 313.45º degrees, saturation: 0.28, 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 #854B78 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13375120-
CMYK00.440.100.48
HSL313.45º27.88%40.78%-
HSV(B)313.45º43.61%52.16%-
XYZ15.5811.3719.14-
YUV97.47140.72153.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 120 (47.27% from 255) = 36.59%
R=40.55%
G=22.87%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337512000.440.100.48313.4527.8840.78
Hex854B7802CA301391c29
Octal20511317005412604713451
Binary10000101100101111110000101100101011000010011100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,75,120); }

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

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

 a { background-color: rgb(133,75,120); }

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

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

 span { border-color: rgb(133,75,120); }

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