#846287

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

Shades of Trendy Pink #846287

Tints of Trendy Pink #846287

Color information

#846287 (or 0x846287) is unknown color: approx Trendy Pink. HEX triplet: 84, 62 and 87. RGB value is (132,98,135). Sum of RGB (Red+Green+Blue) = 132+98+135=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #846287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846287 is #7B9D78. Grayscale: #707070. Windows color (decimal): -8101241 or 8872580. OLE color: 8872580.

HSL color Cylindrical-coordinate representation of color #846287: hue angle of 295.14º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846287 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13298135-
CMYK0.020.2700.47
HSL295.14º15.88%45.69%-
HSV(B)295.14º27.41%52.94%-
XYZ18.2615.3924.93-
YUV112.38140.76141.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=36.16%
G=26.85%
B=36.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132981350.020.2700.47295.1415.8845.69
Hex84628721B02F127102e
Octal2041422072330574472056
Binary100001001100010100001111011011010111110010011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846287; }

 p { color: rgb(132,98,135); }

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

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

 a { background-color: rgb(132,98,135); }

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

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

 span { border-color: rgb(132,98,135); }

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