#846380

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

Shades of Trendy Pink #846380

Tints of Trendy Pink #846380

Color information

#846380 (or 0x846380) is unknown color: approx Trendy Pink. HEX triplet: 84, 63 and 80. RGB value is (132,99,128). Sum of RGB (Red+Green+Blue) = 132+99+128=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #846380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846380 is #7B9C7F. Grayscale: #707070. Windows color (decimal): -8100992 or 8414084. OLE color: 8414084.

HSL color Cylindrical-coordinate representation of color #846380: hue angle of 307.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846380 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13299128-
CMYK00.250.030.48
HSL307.27º14.29%45.29%-
HSV(B)307.27º25%51.76%-
XYZ17.8715.3922.45-
YUV112.17136.93142.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=36.77%
G=27.58%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329912800.250.030.48307.2714.2945.29
Hex846380019330133e2d
Octal2041432000313604631655
Binary10000100110001110000000011001111100001001100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846380; }

 p { color: rgb(132,99,128); }

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

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

 a { background-color: rgb(132,99,128); }

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

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

 span { border-color: rgb(132,99,128); }

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