#854679

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

Shades of Trendy Pink #854679

Tints of Trendy Pink #854679

Color information

#854679 (or 0x854679) is unknown color: approx Trendy Pink. HEX triplet: 85, 46 and 79. RGB value is (133,70,121). Sum of RGB (Red+Green+Blue) = 133+70+121=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #854679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854679 is #7AB986. Grayscale: #5E5E5E. Windows color (decimal): -8042887 or 7947909. OLE color: 7947909.

HSL color Cylindrical-coordinate representation of color #854679: hue angle of 311.43º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854679 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13370121-
CMYK00.470.090.48
HSL311.43º31.03%39.8%-
HSV(B)311.43º47.37%52.16%-
XYZ15.3110.7519.36-
YUV94.65142.87155.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=41.05%
G=21.60%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337012100.470.090.48311.4331.0339.8
Hex85467902F9301371f28
Octal20510617105711604673750
Binary10000101100011011110010101111100111000010011011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854679; }

 p { color: rgb(133,70,121); }

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

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

 a { background-color: rgb(133,70,121); }

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

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

 span { border-color: rgb(133,70,121); }

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