#855178

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

Shades of Trendy Pink #855178

Tints of Trendy Pink #855178

Color information

#855178 (or 0x855178) is unknown color: approx Trendy Pink. HEX triplet: 85, 51 and 78. RGB value is (133,81,120). Sum of RGB (Red+Green+Blue) = 133+81+120=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855178 is #7AAE87. Grayscale: #646464. Windows color (decimal): -8040072 or 7885189. OLE color: 7885189.

HSL color Cylindrical-coordinate representation of color #855178: hue angle of 315º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855178 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13381120-
CMYK00.390.100.48
HSL315º24.3%41.96%-
HSV(B)315º39.1%52.16%-
XYZ16.0112.2319.29-
YUV100.99138.73150.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=39.82%
G=24.25%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338112000.390.100.4831524.341.96
Hex855178027A3013b182a
Octal20512117004712604733052
Binary10000101101000111110000100111101011000010011101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855178; }

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

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

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

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

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

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

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

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