#854F8B

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

Shades of Trendy Pink #854F8B

Tints of Trendy Pink #854F8B

Color information

#854F8B (or 0x854F8B) is unknown color: approx Trendy Pink. HEX triplet: 85, 4F and 8B. RGB value is (133,79,139). Sum of RGB (Red+Green+Blue) = 133+79+139=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #854F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F8B is #7AB074. Grayscale: #656565. Windows color (decimal): -8040565 or 9129861. OLE color: 9129861.

HSL color Cylindrical-coordinate representation of color #854F8B: hue angle of 294º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854F8B is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13379139-
CMYK0.040.4300.45
HSL294º27.52%42.75%-
HSV(B)294º43.17%54.51%-
XYZ17.1312.4425.92-
YUV101.99148.89150.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=37.89%
G=22.51%
B=39.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133791390.040.4300.4529427.5242.75
Hex854F8B42B02D1261c2b
Octal2051172134530554463453
Binary10000101100111110001011100101011010110110010011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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