#846589

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

Shades of Trendy Pink #846589

Tints of Trendy Pink #846589

Color information

#846589 (or 0x846589) is unknown color: approx Trendy Pink. HEX triplet: 84, 65 and 89. RGB value is (132,101,137). Sum of RGB (Red+Green+Blue) = 132+101+137=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #846589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846589 is #7B9A76. Grayscale: #727272. Windows color (decimal): -8100471 or 9004420. OLE color: 9004420.

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

Color convert

RGB132101137-
CMYK0.040.2600.46
HSL291.67º15.13%46.67%-
HSV(B)291.67º26.28%53.73%-
XYZ18.6816.0225.77-
YUV114.37140.77140.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=35.68%
G=27.30%
B=37.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321011370.040.2600.46291.6715.1346.67
Hex84658941A02E124f2f
Octal2041452114320564441757
Binary100001001100101100010011001101001011101001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846589; }

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

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

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

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

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

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

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

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