#854F81

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

Shades of Trendy Pink #854F81

Tints of Trendy Pink #854F81

Color information

#854F81 (or 0x854F81) is unknown color: approx Trendy Pink. HEX triplet: 85, 4F and 81. RGB value is (133,79,129). Sum of RGB (Red+Green+Blue) = 133+79+129=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #854F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F81 is #7AB07E. Grayscale: #646464. Windows color (decimal): -8040575 or 8474501. OLE color: 8474501.

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

Color convert

RGB13379129-
CMYK00.410.030.48
HSL304.44º25.47%41.57%-
HSV(B)304.44º40.6%52.16%-
XYZ16.4312.1622.25-
YUV100.85143.89150.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 129 (50.78% from 255) = 37.83%
R=39.00%
G=23.17%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337912900.410.030.48304.4425.4741.57
Hex854F81029330130192a
Octal2051172010513604603152
Binary1000010110011111000000101010011111000010011000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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