#855980

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

Shades of Trendy Pink #855980

Tints of Trendy Pink #855980

Color information

#855980 (or 0x855980) is unknown color: approx Trendy Pink. HEX triplet: 85, 59 and 80. RGB value is (133,89,128). Sum of RGB (Red+Green+Blue) = 133+89+128=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #855980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855980 is #7AA67F. Grayscale: #6A6A6A. Windows color (decimal): -8038016 or 8411525. OLE color: 8411525.

HSL color Cylindrical-coordinate representation of color #855980: hue angle of 306.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855980 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13389128-
CMYK00.330.040.48
HSL306.82º19.82%43.53%-
HSV(B)306.82º33.08%52.16%-
XYZ17.1413.6922.16-
YUV106.6140.08146.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=38%
G=25.43%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338912800.330.040.48306.8219.8243.53
Hex855980021430133142c
Octal2051312000414604632454
Binary10000101101100110000000010000110011000010011001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855980; }

 p { color: rgb(133,89,128); }

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

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

 a { background-color: rgb(133,89,128); }

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

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

 span { border-color: rgb(133,89,128); }

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