#846189

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

Shades of Trendy Pink #846189

Tints of Trendy Pink #846189

Color information

#846189 (or 0x846189) is unknown color: approx Trendy Pink. HEX triplet: 84, 61 and 89. RGB value is (132,97,137). Sum of RGB (Red+Green+Blue) = 132+97+137=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #846189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846189 is #7B9E76. Grayscale: #6F6F6F. Windows color (decimal): -8101495 or 9003396. OLE color: 9003396.

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

Color convert

RGB13297137-
CMYK0.040.2900.46
HSL292.5º17.09%45.88%-
HSV(B)292.5º29.2%53.73%-
XYZ18.3115.2625.65-
YUV112.02142.1142.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=36.07%
G=26.50%
B=37.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132971370.040.2900.46292.517.0945.88
Hex84618941D02E124112e
Octal2041412114350564442156
Binary1000010011000011000100110011101010111010010010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846189; }

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

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

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

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

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

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

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

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