#855181

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

Shades of Trendy Pink #855181

Tints of Trendy Pink #855181

Color information

#855181 (or 0x855181) is unknown color: approx Trendy Pink. HEX triplet: 85, 51 and 81. RGB value is (133,81,129). Sum of RGB (Red+Green+Blue) = 133+81+129=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #855181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855181 is #7AAE7E. Grayscale: #656565. Windows color (decimal): -8040063 or 8475013. OLE color: 8475013.

HSL color Cylindrical-coordinate representation of color #855181: hue angle of 304.62º 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 #855181 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13381129-
CMYK00.390.030.48
HSL304.62º24.3%41.96%-
HSV(B)304.62º39.1%52.16%-
XYZ16.5812.4622.3-
YUV102.02143.23150.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=38.78%
G=23.62%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338112900.390.030.48304.6224.341.96
Hex855181027330131182a
Octal2051212010473604613052
Binary1000010110100011000000101001111111000010011000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855181; }

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

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

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

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

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

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

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

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