#845089

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

Shades of Trendy Pink #845089

Tints of Trendy Pink #845089

Color information

#845089 (or 0x845089) is unknown color: approx Trendy Pink. HEX triplet: 84, 50 and 89. RGB value is (132,80,137). Sum of RGB (Red+Green+Blue) = 132+80+137=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #845089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845089 is #7BAF76. Grayscale: #656565. Windows color (decimal): -8105847 or 8999044. OLE color: 8999044.

HSL color Cylindrical-coordinate representation of color #845089: hue angle of 294.74º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #845089 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13280137-
CMYK0.040.4200.46
HSL294.74º26.27%42.55%-
HSV(B)294.74º41.61%53.73%-
XYZ16.912.4525.18-
YUV102.05147.73149.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=37.82%
G=22.92%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132801370.040.4200.46294.7426.2742.55
Hex84508942A02E1271a2b
Octal2041202114520564473253
Binary10000100101000010001001100101010010111010010011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845089; }

 p { color: rgb(132,80,137); }

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

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

 a { background-color: rgb(132,80,137); }

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

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

 span { border-color: rgb(132,80,137); }

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