#855481

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

Shades of Trendy Pink #855481

Tints of Trendy Pink #855481

Color information

#855481 (or 0x855481) is unknown color: approx Trendy Pink. HEX triplet: 85, 54 and 81. RGB value is (133,84,129). Sum of RGB (Red+Green+Blue) = 133+84+129=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855481 is #7AAB7E. Grayscale: #676767. Windows color (decimal): -8039295 or 8475781. OLE color: 8475781.

HSL color Cylindrical-coordinate representation of color #855481: hue angle of 304.9º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855481 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13384129-
CMYK00.370.030.48
HSL304.9º22.58%42.55%-
HSV(B)304.9º36.84%52.16%-
XYZ16.8112.9122.38-
YUV103.78142.23148.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=38.44%
G=24.28%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338412900.370.030.48304.922.5842.55
Hex855481025330131172b
Octal2051242010453604612753
Binary1000010110101001000000101001011111000010011000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855481; }

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

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

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

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

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

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

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

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