#855F7C

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

Shades of Trendy Pink #855F7C

Tints of Trendy Pink #855F7C

Color information

#855F7C (or 0x855F7C) is unknown color: approx Trendy Pink. HEX triplet: 85, 5F and 7C. RGB value is (133,95,124). Sum of RGB (Red+Green+Blue) = 133+95+124=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #855F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F7C is #7AA083. Grayscale: #6D6D6D. Windows color (decimal): -8036484 or 8150917. OLE color: 8150917.

HSL color Cylindrical-coordinate representation of color #855F7C: hue angle of 314.21º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F7C is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13395124-
CMYK00.290.070.48
HSL314.21º16.67%44.71%-
HSV(B)314.21º28.57%52.16%-
XYZ17.414.6320.97-
YUV109.67136.09144.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=37.78%
G=26.99%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339512400.290.070.48314.2116.6744.71
Hex855F7C01D73013a112d
Octal2051371740357604722155
Binary100001011011111111110001110111111000010011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855F7C; }

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

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

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

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

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

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

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

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