#855183

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

Shades of Trendy Pink #855183

Tints of Trendy Pink #855183

Color information

#855183 (or 0x855183) is unknown color: approx Trendy Pink. HEX triplet: 85, 51 and 83. RGB value is (133,81,131). Sum of RGB (Red+Green+Blue) = 133+81+131=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #855183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855183 is #7AAE7C. Grayscale: #666666. Windows color (decimal): -8040061 or 8606085. OLE color: 8606085.

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

Color convert

RGB13381131-
CMYK00.390.020.48
HSL302.31º24.3%41.96%-
HSV(B)302.31º39.1%52.16%-
XYZ16.7112.5123.01-
YUV102.25144.23149.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=38.55%
G=23.48%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338113100.390.020.48302.3124.341.96
Hex85518302723012e182a
Octal2051212030472604563052
Binary1000010110100011000001101001111011000010010111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855183; }

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

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

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

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

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

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

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

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