#854F83

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

Shades of Trendy Pink #854F83

Tints of Trendy Pink #854F83

Color information

#854F83 (or 0x854F83) is unknown color: approx Trendy Pink. HEX triplet: 85, 4F and 83. RGB value is (133,79,131). Sum of RGB (Red+Green+Blue) = 133+79+131=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #854F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F83 is #7AB07C. Grayscale: #646464. Windows color (decimal): -8040573 or 8605573. OLE color: 8605573.

HSL color Cylindrical-coordinate representation of color #854F83: hue angle of 302.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854F83 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13379131-
CMYK00.410.020.48
HSL302.22º25.47%41.57%-
HSV(B)302.22º40.6%52.16%-
XYZ16.5712.2222.96-
YUV101.07144.89150.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=38.78%
G=23.03%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337913100.410.020.48302.2225.4741.57
Hex854F8302923012e192a
Octal2051172030512604563152
Binary1000010110011111000001101010011011000010010111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854F83; }

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

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

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

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

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

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

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

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